diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ca49b97e..12e1942a4 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 pre3) +ign_configure_project() #============================================================================ # Set project-specific options diff --git a/Changelog.md b/Changelog.md index 652af3350..cbe0c30c8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ ## Ignition Transport 8 -### Ignition Transport 8.X.X +### Ignition Transport 8.0.0 (2019-12-10) 1. Upgrade to ignition-msgs5. * [Pull request 402](https://bitbucket.org/ignitionrobotics/ign-transport/pull-requests/402)