[Openvas-commits] r12088 - in trunk/openvas-libraries: . doc
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Nov 10 11:38:45 CET 2011
Author: mwiegand
Date: 2011-11-10 11:38:44 +0100 (Thu, 10 Nov 2011)
New Revision: 12088
Modified:
trunk/openvas-libraries/ChangeLog
trunk/openvas-libraries/doc/Doxyfile.in
trunk/openvas-libraries/doc/Doxyfile_full.in
Log:
* doc/Doxyfile.in, doc/Doxyfile_full.in: Use CPACK_PACKAGE_VERSION
instead of a static value for the version.
Modified: trunk/openvas-libraries/ChangeLog
===================================================================
--- trunk/openvas-libraries/ChangeLog 2011-11-10 09:29:37 UTC (rev 12087)
+++ trunk/openvas-libraries/ChangeLog 2011-11-10 10:38:44 UTC (rev 12088)
@@ -1,5 +1,10 @@
2011-11-10 Michael Wiegand <michael.wiegand at greenbone.net>
+ * doc/Doxyfile.in, doc/Doxyfile_full.in: Use CPACK_PACKAGE_VERSION
+ instead of a static value for the version.
+
+2011-11-10 Michael Wiegand <michael.wiegand at greenbone.net>
+
* nasl/CMakeLists.txt: Adjust bison call in custom command to enable
out-of-source builds.
Modified: trunk/openvas-libraries/doc/Doxyfile.in
===================================================================
--- trunk/openvas-libraries/doc/Doxyfile.in 2011-11-10 09:29:37 UTC (rev 12087)
+++ trunk/openvas-libraries/doc/Doxyfile.in 2011-11-10 10:38:44 UTC (rev 12088)
@@ -23,7 +23,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 4.0+rc3.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-libraries/doc/Doxyfile_full.in
===================================================================
--- trunk/openvas-libraries/doc/Doxyfile_full.in 2011-11-10 09:29:37 UTC (rev 12087)
+++ trunk/openvas-libraries/doc/Doxyfile_full.in 2011-11-10 10:38:44 UTC (rev 12088)
@@ -23,7 +23,7 @@
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 4.0+rc3.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