diff options
author | Joel Bodenmann <joel@embedded.pro> | 2016-12-14 15:21:17 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@embedded.pro> | 2016-12-14 15:21:17 +0100 |
commit | 7a896c29179507df7a4c16eb27072cf612e24f33 (patch) | |
tree | f19ea9f18e16ac92c7b93d403deac70332b6a47a | |
parent | 35228413d1e132c124ffe7f258ba4e9376eb20c2 (diff) | |
download | uGFX-7a896c29179507df7a4c16eb27072cf612e24f33.tar.gz uGFX-7a896c29179507df7a4c16eb27072cf612e24f33.tar.bz2 uGFX-7a896c29179507df7a4c16eb27072cf612e24f33.zip |
Release version 2.7
-rw-r--r-- | Doxygenfile | 4 | ||||
-rw-r--r-- | changelog.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Doxygenfile b/Doxygenfile index 272c03f4..49d65ca2 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.6 +PROJECT_NUMBER = 2.7 # 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.6" +PROJECT_BRIEF = "version 2.7" # 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/changelog.txt b/changelog.txt index b026f369..de2836ac 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,7 +3,7 @@ ***************************************************************************** -*** Changes after 2.6 *** +*** Release 2.7 *** FEATURE: Added EXC7200 driver FEATURE: Added STM32F439i-EVAL board files FIX: Fixed crash when passing NULL to gwinSetStyle() |