[Openvas-commits] r5722 - in trunk/openvas-administrator: . doc
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Oct 26 10:41:49 CET 2009
Author: mwiegand
Date: 2009-10-26 10:41:36 +0100 (Mon, 26 Oct 2009)
New Revision: 5722
Modified:
trunk/openvas-administrator/CMakeLists.txt
trunk/openvas-administrator/ChangeLog
trunk/openvas-administrator/VERSION
trunk/openvas-administrator/doc/Doxyfile
trunk/openvas-administrator/doc/Doxyfile_full
Log:
Post release version bump.
* VERSION: Set to 0.2.3.SVN.
* doc/Doxyfile, doc/Doxyfile_full: Updated PROJECT_NUMBER.
* CMakeLists.txt: Updated version number.
Modified: trunk/openvas-administrator/CMakeLists.txt
===================================================================
--- trunk/openvas-administrator/CMakeLists.txt 2009-10-26 09:36:23 UTC (rev 5721)
+++ trunk/openvas-administrator/CMakeLists.txt 2009-10-26 09:41:36 UTC (rev 5722)
@@ -50,7 +50,7 @@
SET(CPACK_TOPLEVEL_TAG "")
SET(CPACK_PACKAGE_VERSION_MAJOR "0")
SET(CPACK_PACKAGE_VERSION_MINOR "2")
-SET(CPACK_PACKAGE_VERSION_PATCH "2")
+SET(CPACK_PACKAGE_VERSION_PATCH "3.SVN")
SET(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
SET(CPACK_PACKAGE_FILE_NAME "${PROJECT_NAME}-${CPACK_PACKAGE_VERSION}")
SET(CPACK_SOURCE_PACKAGE_FILE_NAME "${PROJECT_NAME}-${CPACK_PACKAGE_VERSION}")
Modified: trunk/openvas-administrator/ChangeLog
===================================================================
--- trunk/openvas-administrator/ChangeLog 2009-10-26 09:36:23 UTC (rev 5721)
+++ trunk/openvas-administrator/ChangeLog 2009-10-26 09:41:36 UTC (rev 5722)
@@ -1,5 +1,15 @@
2009-10-26 Michael Wiegand <michael.wiegand at intevation.de>
+ Post release version bump.
+
+ * VERSION: Set to 0.2.3.SVN.
+
+ * doc/Doxyfile, doc/Doxyfile_full: Updated PROJECT_NUMBER.
+
+ * CMakeLists.txt: Updated version number.
+
+2009-10-26 Michael Wiegand <michael.wiegand at intevation.de>
+
Preparing for the 0.2.2 release.
* VERSION: Set to 0.2.2.
Modified: trunk/openvas-administrator/VERSION
===================================================================
--- trunk/openvas-administrator/VERSION 2009-10-26 09:36:23 UTC (rev 5721)
+++ trunk/openvas-administrator/VERSION 2009-10-26 09:41:36 UTC (rev 5722)
@@ -1 +1 @@
-0.2.2
+0.2.3.SVN
Modified: trunk/openvas-administrator/doc/Doxyfile
===================================================================
--- trunk/openvas-administrator/doc/Doxyfile 2009-10-26 09:36:23 UTC (rev 5721)
+++ trunk/openvas-administrator/doc/Doxyfile 2009-10-26 09:41:36 UTC (rev 5722)
@@ -23,7 +23,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.2.2
+PROJECT_NUMBER = 0.2.3.SVN
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Modified: trunk/openvas-administrator/doc/Doxyfile_full
===================================================================
--- trunk/openvas-administrator/doc/Doxyfile_full 2009-10-26 09:36:23 UTC (rev 5721)
+++ trunk/openvas-administrator/doc/Doxyfile_full 2009-10-26 09:41:36 UTC (rev 5722)
@@ -23,7 +23,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.2.2
+PROJECT_NUMBER = 0.2.3.SVN
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
More information about the Openvas-commits
mailing list