diff --git a/CMakeLists.txt b/CMakeLists.txt index 3592b454..7774b13a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ set(IGN_CMAKE_VER ${ignition-cmake2_VERSION_MAJOR}) #============================================================================ # Configure the project #============================================================================ -ign_configure_project(VERSION_SUFFIX pre1) +ign_configure_project(VERSION_SUFFIX) #============================================================================ # Set project-specific options diff --git a/Changelog.md b/Changelog.md index 9fbe6ab5..0296f046 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ ## Ignition Fuel Tools 7.x -### Ignition Fuel Tools 7.0.0 (2021-09-XX) +### Ignition Fuel Tools 7.0.0 (2021-09-28) 1. Depend on ign-msgs8 * [Pull request #182](https://github.com/ignitionrobotics/ign-fuel-tools/pull/182)