[Openvas-commits] r6161 - trunk/doc
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Dec 17 08:07:03 CET 2009
Author: felix
Date: 2009-12-17 08:07:02 +0100 (Thu, 17 Dec 2009)
New Revision: 6161
Modified:
trunk/doc/howto-release.txt
Log:
Added notes that versioning mechanism of CMake based projects is under change.
Modified: trunk/doc/howto-release.txt
===================================================================
--- trunk/doc/howto-release.txt 2009-12-17 06:53:27 UTC (rev 6160)
+++ trunk/doc/howto-release.txt 2009-12-17 07:07:02 UTC (rev 6161)
@@ -78,7 +78,9 @@
1. Be sure that the current code configures and compiles.
-2. Update VERSION:
+2. [Under change, for projects other than gsa you just have to change values in
+ CMakeLists.txt]
+ Update VERSION:
(in some cases a new major version can be set as apropriate).
Change the lines
SET(CPACK_PACKAGE_VERSION_MAJOR "0")
@@ -106,7 +108,8 @@
svn copy svn+ssh://<YOUR_USERNAME>@svn.wald.intevation.org/openvas/trunk/openvas-<MODULE> svn+ssh://<YOUR_USERNAME>@svn.wald.intevation.org/openvas/tags/openvas-<MODULE>-release-<X>.<X>.<X>
As commit message use "Tagging openvas-<MODULE> <X>.<X>.<X> release.".
-7. Change VERSION again (also look at doc/Doxyfile*, CMakeLists.txt):
+7. [see second instruction]
+ Change VERSION again (also look at doc/Doxyfile*, CMakeLists.txt):
increase by 0.0.1.
8. Commit change as "Post-release version bump."
More information about the Openvas-commits
mailing list