diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2011-03-24 15:55:05 +0100 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2011-03-24 15:55:05 +0100 |
commit | 2ba369b3deff503e1f0d2e3ff8e5fe93dc34bb65 (patch) | |
tree | 2022cce20032a8496d0c875a33a745ba6ddf0dd5 | |
parent | 1954f916e989b70b1b2ef516faab3ffae084563d (diff) | |
download | uca-2ba369b3deff503e1f0d2e3ff8e5fe93dc34bb65.tar.gz uca-2ba369b3deff503e1f0d2e3ff8e5fe93dc34bb65.tar.bz2 uca-2ba369b3deff503e1f0d2e3ff8e5fe93dc34bb65.tar.xz uca-2ba369b3deff503e1f0d2e3ff8e5fe93dc34bb65.zip |
Update version string in documentation
-rw-r--r-- | doc/Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index c687c87..642a334 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -31,7 +31,7 @@ PROJECT_NAME = libuca # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.3.0 +PROJECT_NUMBER = ${UCA_VERSION_MAJOR}.${UCA_VERSION_MINOR}.${UCA_VERSION_PATCH} # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. |