Skip to content

CMakeVersion: Set CMake_VERSION_RC to 0 even in non-rc versions

Brad King requested to merge brad.king/cmake:cmake-version-rc into master

The logic that uses this value already ignores any "false" value, so 0 is just as good as not being set at all. Using 0 for this role makes the version components look more symmetric and reduces the number of edits needed when creating releases.

Merge request reports