aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doxygenfile2
-rw-r--r--releases.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/Doxygenfile b/Doxygenfile
index 380b9fbd..8b583591 100644
--- a/Doxygenfile
+++ b/Doxygenfile
@@ -34,7 +34,7 @@ PROJECT_NAME = uGFX
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 1.8
+PROJECT_NUMBER = 2.0
# 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
diff --git a/releases.txt b/releases.txt
index ad00e8d1..32a838e9 100644
--- a/releases.txt
+++ b/releases.txt
@@ -10,7 +10,7 @@ FEATURE: New driver interface for GDISP
FEATURE: Multiple display support
FEATURE: Multiple controller support
FEATURE: Add gdispFlush() for those controllers that need it
-FEATURE: Add GDISP_NEED_AUTOFLUSH to automatically flush when required.
+FEATURE: Add GDISP_NEED_AUTOFLUSH and GDISP_NEED_TIMERFLUSH to automatically flush when required.
*** changes after 1.8 ***
FEATURE: GWIN list boxes.