Remove hardcoded version string from doc/Doxyfile.in, instead use compile time variable from cmake
This commit is contained in:
parent
c1df18ef4d
commit
1da6e419f8
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ PROJECT_NAME = Stratagus
|
|||
# This could be handy for archiving the generated documentation or
|
||||
# if some version control system is used.
|
||||
|
||||
PROJECT_NUMBER = 2.2.7
|
||||
PROJECT_NUMBER = ${STRATAGUS_VERSION}
|
||||
|
||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
||||
# for a project that appears at the top of each page and should give viewer
|
||||
|
|
Loading…
Reference in a new issue