summaryrefslogtreecommitdiff
path: root/FL/Enumerations.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Enumerations.H')
-rw-r--r--FL/Enumerations.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Enumerations.H b/FL/Enumerations.H
index 19da48ac5..4bfba5052 100644
--- a/FL/Enumerations.H
+++ b/FL/Enumerations.H
@@ -69,14 +69,14 @@
FLTK remains mostly source-code compatible between minor version changes.
*/
-#define FL_MINOR_VERSION 3
+#define FL_MINOR_VERSION 4
/**
The patch version for this library.
FLTK remains binary compatible between patches.
*/
-#define FL_PATCH_VERSION 4
+#define FL_PATCH_VERSION 0
/**
The FLTK version number as a \em double.