diff options
author | Joel Bodenmann <joel@unormal.org> | 2014-11-27 18:26:14 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2014-11-27 18:26:14 +0100 |
commit | 1bf48cca9522a7a51919ecb78722b9c69ffb1cf8 (patch) | |
tree | 87180dc37a8783aac16b63958d390ff13b3953f4 /Doxygenfile | |
parent | 260f83b94a34b480a8e352c62ccd0e65aa4bc1b3 (diff) | |
download | uGFX-1bf48cca9522a7a51919ecb78722b9c69ffb1cf8.tar.gz uGFX-1bf48cca9522a7a51919ecb78722b9c69ffb1cf8.tar.bz2 uGFX-1bf48cca9522a7a51919ecb78722b9c69ffb1cf8.zip |
Doxygen version number fix
Diffstat (limited to 'Doxygenfile')
-rw-r--r-- | Doxygenfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxygenfile b/Doxygenfile index 00ed2fcc..047de14f 100644 --- a/Doxygenfile +++ b/Doxygenfile @@ -38,13 +38,13 @@ PROJECT_NAME = # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 2.1 +PROJECT_NUMBER = 2.2 # 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 a # quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = "version 2.1" +PROJECT_BRIEF = "version 2.2" # With the PROJECT_LOGO tag one can specify an logo or icon that is included in # the documentation. The maximum height of the logo should not exceed 55 pixels |