diff options
author | Reinhard Tartler <siretart@tauware.de> | 2011-07-03 20:00:31 +0200 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2011-07-03 20:01:08 +0200 |
commit | 924b2ee8f29823877b6b544b48fe153f307d7be7 (patch) | |
tree | 176e3cab05ccf7f09144ec95faed239f4a8361fc | |
parent | f95e5225fe1b94c5c2ee683fa75aafed22c5b3e1 (diff) | |
download | ffmpeg-924b2ee8f29823877b6b544b48fe153f307d7be7.tar.gz |
Add version number to doxygen config
-rw-r--r-- | Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ PROJECT_NAME = Libav # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = +PROJECT_NUMBER = 0.7.1 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. |