mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-04 22:29:40 -06:00
Revert the change from commit 7b354baad5 (CMakeVersion: Set
CMake_VERSION_RC to 0 even in non-rc versions, 2019-07-25) and instead
define a `0` value in `CMake_VERSION_RC` to mean `-rc0`. This
distinguishes release branch versions prior to the first release
candidate from the first release candidate itself. It also makes room
for a dedicated "CMake $major.$minor.0-rc1" release commit for `-rc1` as
we have for later release candidates and final releases.
6 lines
149 B
CMake
6 lines
149 B
CMake
# CMake version number components.
|
|
set(CMake_VERSION_MAJOR 3)
|
|
set(CMake_VERSION_MINOR 15)
|
|
set(CMake_VERSION_PATCH 20190726)
|
|
#set(CMake_VERSION_RC 0)
|