diff --git a/CHANGELOG.md b/CHANGELOG.md index 226861d1d..cd7caa139 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [v1.14.0-rc.1] - 2023-11-10 ### Added diff --git a/src/utils/version.h b/src/utils/version.h index 395a4447f..01a5949ff 100644 --- a/src/utils/version.h +++ b/src/utils/version.h @@ -15,8 +15,8 @@ All rights reserved (see LICENSE). constexpr unsigned MAJOR = 1; constexpr unsigned MINOR = 14; constexpr unsigned PATCH = 0; -constexpr bool DEV = true; -constexpr unsigned RC = 0; +constexpr bool DEV = false; +constexpr unsigned RC = 1; namespace vroom {