[Openvas-commits] r3347 - in trunk/openvas-manager: . doc
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed May 13 09:01:46 CEST 2009
Author: mwiegand
Date: 2009-05-13 09:01:46 +0200 (Wed, 13 May 2009)
New Revision: 3347
Modified:
trunk/openvas-manager/CMakeLists.txt
trunk/openvas-manager/ChangeLog
trunk/openvas-manager/doc/Doxyfile
trunk/openvas-manager/doc/Doxyfile_full
Log:
More post release version bumps for documentation and packaging.
* doc/Doxyfile, doc/Doxyfile_full, CMakeLists.txt: Set to 0.5.1.SVN.
Modified: trunk/openvas-manager/CMakeLists.txt
===================================================================
--- trunk/openvas-manager/CMakeLists.txt 2009-05-12 21:16:27 UTC (rev 3346)
+++ trunk/openvas-manager/CMakeLists.txt 2009-05-13 07:01:46 UTC (rev 3347)
@@ -43,7 +43,7 @@
SET(CPACK_TOPLEVEL_TAG "")
SET(CPACK_PACKAGE_VERSION_MAJOR "0")
SET(CPACK_PACKAGE_VERSION_MINOR "5")
-SET(CPACK_PACKAGE_VERSION_PATCH "0")
+SET(CPACK_PACKAGE_VERSION_PATCH "1.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}-source")
Modified: trunk/openvas-manager/ChangeLog
===================================================================
--- trunk/openvas-manager/ChangeLog 2009-05-12 21:16:27 UTC (rev 3346)
+++ trunk/openvas-manager/ChangeLog 2009-05-13 07:01:46 UTC (rev 3347)
@@ -1,3 +1,9 @@
+2009-05-13 Michael Wiegand <michael.wiegand at intevation.de>
+
+ More post release version bumps for documentation and packaging.
+
+ * doc/Doxyfile, doc/Doxyfile_full, CMakeLists.txt: Set to 0.5.1.SVN.
+
2009-05-12 Matthew Mundell <mmundell at intevation.de>
* src/openvasmd.c (cleanup): Check log_stream before closing.
Modified: trunk/openvas-manager/doc/Doxyfile
===================================================================
--- trunk/openvas-manager/doc/Doxyfile 2009-05-12 21:16:27 UTC (rev 3346)
+++ trunk/openvas-manager/doc/Doxyfile 2009-05-13 07:01:46 UTC (rev 3347)
@@ -23,7 +23,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.5.0
+PROJECT_NUMBER = 0.5.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-manager/doc/Doxyfile_full
===================================================================
--- trunk/openvas-manager/doc/Doxyfile_full 2009-05-12 21:16:27 UTC (rev 3346)
+++ trunk/openvas-manager/doc/Doxyfile_full 2009-05-13 07:01:46 UTC (rev 3347)
@@ -23,7 +23,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.5.0
+PROJECT_NUMBER = 0.5.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