[Openvas-commits] r6092 - in trunk/openvas-administrator: . doc
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Dec 8 11:20:22 CET 2009
Author: mwiegand
Date: 2009-12-08 11:20:22 +0100 (Tue, 08 Dec 2009)
New Revision: 6092
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.3.1.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-12-08 10:18:13 UTC (rev 6091)
+++ trunk/openvas-administrator/CMakeLists.txt 2009-12-08 10:20:22 UTC (rev 6092)
@@ -72,7 +72,7 @@
set (CPACK_TOPLEVEL_TAG "")
set (CPACK_PACKAGE_VERSION_MAJOR "0")
set (CPACK_PACKAGE_VERSION_MINOR "3")
-set (CPACK_PACKAGE_VERSION_PATCH "0${SVN_REVISION}")
+set (CPACK_PACKAGE_VERSION_PATCH "1${SVN_REVISION}")
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-12-08 10:18:13 UTC (rev 6091)
+++ trunk/openvas-administrator/ChangeLog 2009-12-08 10:20:22 UTC (rev 6092)
@@ -1,5 +1,15 @@
2009-12-08 Michael Wiegand <michael.wiegand at intevation.de>
+ Post release version bump.
+
+ * VERSION: Set to 0.3.1.SVN.
+
+ * doc/Doxyfile, doc/Doxyfile_full: Updated PROJECT_NUMBER.
+
+ * CMakeLists.txt: Updated version number.
+
+2009-12-08 Michael Wiegand <michael.wiegand at intevation.de>
+
Preparing for the 0.3.0 release.
* VERSION: Set to 0.3.0.
Modified: trunk/openvas-administrator/VERSION
===================================================================
--- trunk/openvas-administrator/VERSION 2009-12-08 10:18:13 UTC (rev 6091)
+++ trunk/openvas-administrator/VERSION 2009-12-08 10:20:22 UTC (rev 6092)
@@ -1 +1 @@
-0.3.0
+0.3.1.SVN
Modified: trunk/openvas-administrator/doc/Doxyfile
===================================================================
--- trunk/openvas-administrator/doc/Doxyfile 2009-12-08 10:18:13 UTC (rev 6091)
+++ trunk/openvas-administrator/doc/Doxyfile 2009-12-08 10:20:22 UTC (rev 6092)
@@ -23,7 +23,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.3.0
+PROJECT_NUMBER = 0.3.1.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-12-08 10:18:13 UTC (rev 6091)
+++ trunk/openvas-administrator/doc/Doxyfile_full 2009-12-08 10:20:22 UTC (rev 6092)
@@ -23,7 +23,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.3.0
+PROJECT_NUMBER = 0.3.1.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