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_TWEAK_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_TWEAK_VERSION.rst')
-rw-r--r-- | Help/variable/CMAKE_TWEAK_VERSION.rst | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Help/variable/CMAKE_TWEAK_VERSION.rst b/Help/variable/CMAKE_TWEAK_VERSION.rst index 56270aa..a2c8f35 100644 --- a/Help/variable/CMAKE_TWEAK_VERSION.rst +++ b/Help/variable/CMAKE_TWEAK_VERSION.rst @@ -1,8 +1,5 @@ CMAKE_TWEAK_VERSION ------------------- -The tweak version of cmake (i.e. the 1 in X.X.X.1). - -This specifies the tweak version of the CMake executable being run. -Releases use tweak < 20000000 and development versions use the date -format CCYYMMDD for the tweak level. +Fourth version number component of the :variable:`CMAKE_VERSION` +variable. |