diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-09-24 17:53:55 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-09-24 17:53:55 (GMT) |
commit | 768c228ebb3fdd01f1dcd27c7f046525ab86b375 (patch) | |
tree | 5aea65c3aa3c368e3840b0be480af14bfcdf61b9 /Utilities/Release | |
parent | d31c890220582d0ab1304737f563ad5c8ca1fc27 (diff) | |
download | CMake-768c228ebb3fdd01f1dcd27c7f046525ab86b375.zip CMake-768c228ebb3fdd01f1dcd27c7f046525ab86b375.tar.gz CMake-768c228ebb3fdd01f1dcd27c7f046525ab86b375.tar.bz2 |
ENH: add comment about fixing RC
Diffstat (limited to 'Utilities/Release')
-rw-r--r-- | Utilities/Release/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Utilities/Release/README b/Utilities/Release/README index 9c664db..532f68a 100644 --- a/Utilities/Release/README +++ b/Utilities/Release/README @@ -6,6 +6,8 @@ cmake -DCMAKE_VERSION=CMake-2-4 -P ../create-cmake-release.cmake ./create-CMake-2-4.sh If that works: +EDIT CMakeLists.txt and remove the RC setting! +commit that. Then tag the minor release: cvs tag 2-4-7 |