diff options
author | Brad King <brad.king@kitware.com> | 2014-02-04 20:51:11 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-02-05 14:24:41 (GMT) |
commit | 52e7beb6ab6465a1f7ab185f2020d85efc9049b8 (patch) | |
tree | 19eac4bf4c8e679566aaf2575a3fe69836338bb4 /Help/variable/CMAKE_PATCH_VERSION.rst | |
parent | f748b59e2057d73a25448378442d70b420ed7698 (diff) | |
download | CMake-52e7beb6ab6465a1f7ab185f2020d85efc9049b8.zip CMake-52e7beb6ab6465a1f7ab185f2020d85efc9049b8.tar.gz CMake-52e7beb6ab6465a1f7ab185f2020d85efc9049b8.tar.bz2 |
Help: Expand documentation of CMAKE_VERSION and related variables
Describe the meaning of each version component in more detail in the
documentation of CMAKE_VERSION. Simplify the per-component version
variable documentation by referencing the main variable.
Include information about how to compare version strings. Also add
an historical note about the version scheme used prior to commit
v2.8.2~105^2~4 (New version scheme to support branchy workflow,
2010-04-23).
Diffstat (limited to 'Help/variable/CMAKE_PATCH_VERSION.rst')
-rw-r--r-- | Help/variable/CMAKE_PATCH_VERSION.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Help/variable/CMAKE_PATCH_VERSION.rst b/Help/variable/CMAKE_PATCH_VERSION.rst index fe68bf2..991ae76 100644 --- a/Help/variable/CMAKE_PATCH_VERSION.rst +++ b/Help/variable/CMAKE_PATCH_VERSION.rst @@ -1,6 +1,5 @@ CMAKE_PATCH_VERSION ------------------- -The patch version of cmake (i.e. the 3 in X.X.3). - -This specifies the patch version of the CMake executable being run. +Third version number component of the :variable:`CMAKE_VERSION` +variable. |