diff options
author | Joel Bodenmann <joel.bodenmann@simulton.com> | 2019-02-26 16:01:07 +0100 |
---|---|---|
committer | Joel Bodenmann <joel.bodenmann@simulton.com> | 2019-02-26 16:01:07 +0100 |
commit | 835f0f197f7fc7eecf5dcd36892987c71caa5caa (patch) | |
tree | 4c7022fe929d03e15ed9c5e23ad65de9e7610917 /Doxygenfile | |
parent | 138b49a1a001702ce1258ca7964637830ccd8708 (diff) | |
download | uGFX-835f0f197f7fc7eecf5dcd36892987c71caa5caa.tar.gz uGFX-835f0f197f7fc7eecf5dcd36892987c71caa5caa.tar.bz2 uGFX-835f0f197f7fc7eecf5dcd36892987c71caa5caa.zip |
Release v2.9
Diffstat (limited to 'Doxygenfile')
-rw-r--r-- | Doxygenfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxygenfile b/Doxygenfile index 61e954ea..7bafb50a 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.8
+PROJECT_NUMBER = 2.9
# 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.8"
+PROJECT_BRIEF = "version 2.9"
# 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
|