1CMAKE_PROJECT_VERSION_MINOR
2---------------------------
3
4.. versionadded:: 3.12
5
6The minor version of the top level project.
7
8This variable holds the minor version of the project as specified in the top
9level CMakeLists.txt file by a :command:`project` command. Please see
10:variable:`CMAKE_PROJECT_VERSION` documentation for the behavior when
11multiple :command:`project` commands are used in the sources.
12