aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2015-11-07 17:57:52 +0100
committerJoel Bodenmann <joel@seriouslyembedded.com>2015-11-07 17:57:52 +0100
commit5e508a3a59f8342d24ea4e4ddd6fb2e02d13848a (patch)
treecdaf83c5416322331857e60f5827e48de0fd6239
parent9c248a685a251efb8e023b83d232bca5bb2b9089 (diff)
downloaduGFX-5e508a3a59f8342d24ea4e4ddd6fb2e02d13848a.tar.gz
uGFX-5e508a3a59f8342d24ea4e4ddd6fb2e02d13848a.tar.bz2
uGFX-5e508a3a59f8342d24ea4e4ddd6fb2e02d13848a.zip
Releasing version 2.4
-rw-r--r--Doxygenfile4
-rw-r--r--docs/releases.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/Doxygenfile b/Doxygenfile
index bd7abe0e..05cd49c0 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.3
+PROJECT_NUMBER = 2.4
# 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.3"
+PROJECT_BRIEF = "version 2.4"
# 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
diff --git a/docs/releases.txt b/docs/releases.txt
index 6b8efc9e..e2221c2e 100644
--- a/docs/releases.txt
+++ b/docs/releases.txt
@@ -2,7 +2,7 @@
*** Releases ***
*****************************************************************************
-*** Changes after 2.3 ***
+*** Release 2.4 ***
FIX: Add missing stm32m3 cpu makefile option. Update doc to match.
FEATURE: Added ability to compile ugfx as a single file. Simply compile src/gfx_mk.c
FEATURE: Added GFXSINGLEMAKE=yes|no to the ugfx makefile to compile ugfx as a single file.