aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doxygenfile4
-rw-r--r--changelog.txt2
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()