diff options
Diffstat (limited to 'Help/release/3.0.0.rst')
-rw-r--r-- | Help/release/3.0.0.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/3.0.0.rst b/Help/release/3.0.0.rst index 105d651..208e92a 100644 --- a/Help/release/3.0.0.rst +++ b/Help/release/3.0.0.rst @@ -390,6 +390,11 @@ Deprecated and Removed Features Other Changes ============= +* The version scheme was changed to use only two components for + the feature level instead of three. The third component will + now be used for bug-fix releases or the date of development versions. + See the :variable:`CMAKE_VERSION` variable documentation for details. + * The default install locations of CMake itself on Windows and OS X no longer contain the CMake version number. This allows for easy replacement without re-generating local build trees |