diff --git a/CMakeLists.txt b/CMakeLists.txt index dd31e941c..6c73cef9a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ set(IGN_CMAKE_VER ${ignition-cmake2_VERSION_MAJOR}) #============================================================================ # Configure the project #============================================================================ -ign_configure_project(VERSION_SUFFIX pre2) +ign_configure_project(VERSION_SUFFIX) #============================================================================ # Set project-specific options diff --git a/Changelog.md b/Changelog.md index 750b26621..357a352bd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,10 @@ ## Ignition Common 4.X.X -## Ignition Common 4.0.0 (2021-03-22) +## Ignition Common 4.0.0 (2021-03-30) + +1. Include windows instructions in examples README.md + * [Pull request #190](https://github.com/ignitionrobotics/ign-common/pull/190) 1. Fix crash when using BVH animations * [Pull request #188](https://github.com/ignitionrobotics/ign-common/pull/188)