diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-08-17 17:15:02 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-08-17 17:15:02 +0200 |
commit | f416c097dbfb4b4f749585117539784e4cae159a (patch) | |
tree | d398235941833442f70795eeaca1a7bfcd5f82f6 | |
parent | 7acb30c69b1c10458b37ac403c82e3b98edd9ab1 (diff) |
Fix version number in Doxyfile (0.3.5)
We need a way to automatically generate this from git tags in the
future...
-rw-r--r-- | Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ PROJECT_NAME = libosmocore # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = V1.0 +PROJECT_NUMBER = V0.3.5 # 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 |