mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
Introduce CMake policy `CMP0096` to make `project()` keep leading zeros in version components. As a side effect, it now allows really long version numbers. Fixes: #19421 Co-Author: Brad King <brad.king@kitware.com>
6 lines
148 B
ReStructuredText
6 lines
148 B
ReStructuredText
project-version-0
|
|
-----------------
|
|
|
|
* The :command:`project` no longer strips leading zeros in version components.
|
|
See policy :policy:`CMP0096`.
|