[Openvas-commits] r6160 - in trunk/openvas-administrator: . doc
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Dec 17 07:53:27 CET 2009
Author: felix
Date: 2009-12-17 07:53:27 +0100 (Thu, 17 Dec 2009)
New Revision: 6160
Modified:
trunk/openvas-administrator/ChangeLog
trunk/openvas-administrator/VERSION.in
trunk/openvas-administrator/doc/Doxyfile.in
trunk/openvas-administrator/doc/Doxyfile_full.in
Log:
Second step of versioning mechanism change.
* doc/Doxyfile.in, doc/Doxyfile_full.in, VERSION.in: Added variable to
be substituted by CMake at configure time.
Modified: trunk/openvas-administrator/ChangeLog
===================================================================
--- trunk/openvas-administrator/ChangeLog 2009-12-17 06:50:10 UTC (rev 6159)
+++ trunk/openvas-administrator/ChangeLog 2009-12-17 06:53:27 UTC (rev 6160)
@@ -1,5 +1,12 @@
2009-12-17 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+ Second step of versioning mechanism change.
+
+ * doc/Doxyfile.in, doc/Doxyfile_full.in, VERSION.in: Added variable to
+ be substituted by CMake at configure time.
+
+2009-12-17 Felix Wolfsteller <felix.wolfsteller at intevation.de>
+
Preparing versioning mechanisms analogous to openvas-manager.
* doc/Doxyfile, doc/Doxyfile_full: Moved to doc/Doxyfile.in,
Modified: trunk/openvas-administrator/VERSION.in
===================================================================
--- trunk/openvas-administrator/VERSION.in 2009-12-17 06:50:10 UTC (rev 6159)
+++ trunk/openvas-administrator/VERSION.in 2009-12-17 06:53:27 UTC (rev 6160)
@@ -1 +1 @@
-0.3.1.SVN
+ at CPACK_PACKAGE_VERSION@
\ No newline at end of file
Modified: trunk/openvas-administrator/doc/Doxyfile.in
===================================================================
--- trunk/openvas-administrator/doc/Doxyfile.in 2009-12-17 06:50:10 UTC (rev 6159)
+++ trunk/openvas-administrator/doc/Doxyfile.in 2009-12-17 06:53:27 UTC (rev 6160)
@@ -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.1.SVN
+PROJECT_NUMBER = @CPACK_PACKAGE_VERSION@
# 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.in
===================================================================
--- trunk/openvas-administrator/doc/Doxyfile_full.in 2009-12-17 06:50:10 UTC (rev 6159)
+++ trunk/openvas-administrator/doc/Doxyfile_full.in 2009-12-17 06:53:27 UTC (rev 6160)
@@ -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.1.SVN
+PROJECT_NUMBER = @CPACK_PACKAGE_VERSION@
# 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