diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-09-16 14:57:11 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-09-16 14:57:11 (GMT) |
commit | cd510bf3ac1599b183b14e954dc273eae874d6a3 (patch) | |
tree | 9a439887500b8be37cc7d347d13024817b5d6a6e /Utilities/Release/README | |
parent | efeffc52ced901abdd8632462c46afe5f90029c9 (diff) | |
download | CMake-cd510bf3ac1599b183b14e954dc273eae874d6a3.zip CMake-cd510bf3ac1599b183b14e954dc273eae874d6a3.tar.gz CMake-cd510bf3ac1599b183b14e954dc273eae874d6a3.tar.bz2 |
move off branch
Diffstat (limited to 'Utilities/Release/README')
-rw-r--r-- | Utilities/Release/README | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Utilities/Release/README b/Utilities/Release/README index d128cf3..ade4318 100644 --- a/Utilities/Release/README +++ b/Utilities/Release/README @@ -1,12 +1,9 @@ 1. Update Version information - change version in CMakeLists.txt - - build on windows, and do a make; make install; make release + - build on windows, and do a make; make install; make release // this step tags - this changes cmake_release.sh * for major release edit Source/cmCPluginAPI.h -2. tag the release -cvs co -r CMake-2-0 # checkout current release branch -cvs tag CMake-2-0-3 # tag with minor version number NOTES from Brad: |