diff --git a/CHANGELOG.md b/CHANGELOG.md index 0604eadd11..757d7c2579 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.10.0-rc1] - 2021-01-24 +## [0.10.0] - 2021-01-24 ### Added - Unblocked performance of File System DAX by adding the possibility to use ibv_advice_mr() for registered memory ([#1220][1220]). - Separate receive completion queue (CQ) ([#1080][1080]). diff --git a/CMakeLists.txt b/CMakeLists.txt index d48fec50d8..fd80fd6ad2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ project(rpma C) set(VERSION_MAJOR 0) set(VERSION_MINOR 10) set(VERSION_PATCH 0) -set(VERSION_PRERELEASE rc1) +# set(VERSION_PRERELEASE rc1) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) if (VERSION_PRERELEASE)