[Openvas-commits] r6019 - in trunk/openvas-manager: . doc
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Nov 30 16:14:25 CET 2009
Author: mwiegand
Date: 2009-11-30 16:14:24 +0100 (Mon, 30 Nov 2009)
New Revision: 6019
Modified:
trunk/openvas-manager/CMakeLists.txt
trunk/openvas-manager/ChangeLog
trunk/openvas-manager/VERSION
trunk/openvas-manager/doc/Doxyfile
trunk/openvas-manager/doc/Doxyfile_full
Log:
Post-release version bump.
* VERSION: Set to 0.9.6.SVN.
* CMakeLists.txt: CPACK_PACKAGE_VERSION_PATCH updated.
* doc/Doxyfile, doc/Doxyfile_full: Updated PROJECT_NUMBER.
Modified: trunk/openvas-manager/CMakeLists.txt
===================================================================
--- trunk/openvas-manager/CMakeLists.txt 2009-11-30 15:11:50 UTC (rev 6018)
+++ trunk/openvas-manager/CMakeLists.txt 2009-11-30 15:14:24 UTC (rev 6019)
@@ -70,7 +70,7 @@
set (CPACK_TOPLEVEL_TAG "")
set (CPACK_PACKAGE_VERSION_MAJOR "0")
set (CPACK_PACKAGE_VERSION_MINOR "9")
-set (CPACK_PACKAGE_VERSION_PATCH "5${SVN_REVISION}")
+set (CPACK_PACKAGE_VERSION_PATCH "6${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-manager/ChangeLog
===================================================================
--- trunk/openvas-manager/ChangeLog 2009-11-30 15:11:50 UTC (rev 6018)
+++ trunk/openvas-manager/ChangeLog 2009-11-30 15:14:24 UTC (rev 6019)
@@ -1,3 +1,13 @@
+2009-11-30 Michael Wiegand <michael.wiegand at greenbone.net>
+
+ Post-release version bump.
+
+ * VERSION: Set to 0.9.6.SVN.
+
+ * CMakeLists.txt: CPACK_PACKAGE_VERSION_PATCH updated.
+
+ * doc/Doxyfile, doc/Doxyfile_full: Updated PROJECT_NUMBER.
+
2009-11-30 Michael Wiegand <michael.wiegand at intevation.de>
Preparing the openvas-manager 0.9.5 release.
Modified: trunk/openvas-manager/VERSION
===================================================================
--- trunk/openvas-manager/VERSION 2009-11-30 15:11:50 UTC (rev 6018)
+++ trunk/openvas-manager/VERSION 2009-11-30 15:14:24 UTC (rev 6019)
@@ -1 +1 @@
-0.9.5
+0.9.6.SVN
Modified: trunk/openvas-manager/doc/Doxyfile
===================================================================
--- trunk/openvas-manager/doc/Doxyfile 2009-11-30 15:11:50 UTC (rev 6018)
+++ trunk/openvas-manager/doc/Doxyfile 2009-11-30 15:14:24 UTC (rev 6019)
@@ -23,7 +23,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.9.5
+PROJECT_NUMBER = 0.9.6.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-manager/doc/Doxyfile_full
===================================================================
--- trunk/openvas-manager/doc/Doxyfile_full 2009-11-30 15:11:50 UTC (rev 6018)
+++ trunk/openvas-manager/doc/Doxyfile_full 2009-11-30 15:14:24 UTC (rev 6019)
@@ -23,7 +23,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.9.5
+PROJECT_NUMBER = 0.9.6.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