diff options
author | Brad King <brad.king@kitware.com> | 2019-05-24 12:04:11 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-05-24 12:04:11 (GMT) |
commit | 3a0ab3ba2303784e20f1025cf3cd337d840a5b17 (patch) | |
tree | f08d499a2e9ca97829114a01514631c67d1f8416 /Help | |
parent | c22693b99df12f540480438275cd5bae1cfc5846 (diff) | |
download | CMake-3a0ab3ba2303784e20f1025cf3cd337d840a5b17.zip CMake-3a0ab3ba2303784e20f1025cf3cd337d840a5b17.tar.gz CMake-3a0ab3ba2303784e20f1025cf3cd337d840a5b17.tar.bz2 |
Utilities/Release: Teach upload script to compute version automatically
Read the version from `Source/CMakeVersion.cmake` instead of repeating it.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/dev/maint.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Help/dev/maint.rst b/Help/dev/maint.rst index a8942cd..1153a09 100644 --- a/Help/dev/maint.rst +++ b/Help/dev/maint.rst @@ -188,12 +188,6 @@ Update ``Source/CMakeVersion.cmake`` to set the version to set(CMake_VERSION_PATCH 0) set(CMake_VERSION_RC 1) -Update ``Utilities/Release/upload_release.cmake``: - -.. code-block:: cmake - - set(VERSION $ver) - Update uses of ``DEVEL_CMAKE_VERSION`` in the source tree to mention the actual version number: |