summaryrefslogtreecommitdiff
path: root/FL/Enumerations.H
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2025-03-06 18:16:03 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2025-03-06 18:16:03 +0100
commit191b33e0def5c7239c43c0be4dfc5d5d5e9be736 (patch)
treeacbc7dd2ac062b9049043e45cc3414be06132987 /FL/Enumerations.H
parente2ca1a39c8505d94e64aa7ef1d37610507389e4f (diff)
Update version numbers to 1.5.0
Diffstat (limited to 'FL/Enumerations.H')
-rw-r--r--FL/Enumerations.H7
1 files changed, 4 insertions, 3 deletions
diff --git a/FL/Enumerations.H b/FL/Enumerations.H
index 0fe8e03a7..1a8b219bd 100644
--- a/FL/Enumerations.H
+++ b/FL/Enumerations.H
@@ -36,7 +36,8 @@
# include "fl_types.h"
# include <FL/platform_types.h> // for FL_COMMAND and FL_CONTROL
-// Current FLTK version: 1.4.2
+// Keep the following comment in sync with the values below for searching
+// Current FLTK version: 1.5.0
/** \name Version Numbers
@@ -58,14 +59,14 @@
FLTK remains mostly source-code compatible between minor version changes.
*/
-#define FL_MINOR_VERSION 4
+#define FL_MINOR_VERSION 5
/**
The patch version for this library.
FLTK remains binary compatible between patches.
*/
-#define FL_PATCH_VERSION 2
+#define FL_PATCH_VERSION 0
/**
The FLTK version number as a \em double.