summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2024-12-09 17:37:52 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2024-12-09 20:46:01 +0100
commit99a628628828adae520b1129721c41bae04c3ff4 (patch)
tree97edd6e5672b90e666638324d6c620686e4f8ce7 /FL
parent05ee86fe5772643b8994eecba83c623884eae7c4 (diff)
Bump version numbers for release 1.4.1
To do: update CHANGES.txt with real info.
Diffstat (limited to 'FL')
-rw-r--r--FL/Enumerations.H2
-rw-r--r--FL/Fl_Grid.H2
2 files changed, 2 insertions, 2 deletions
diff --git a/FL/Enumerations.H b/FL/Enumerations.H
index 97b4c7029..b5975e619 100644
--- a/FL/Enumerations.H
+++ b/FL/Enumerations.H
@@ -63,7 +63,7 @@
FLTK remains binary compatible between patches.
*/
-#define FL_PATCH_VERSION 0
+#define FL_PATCH_VERSION 1
/**
The FLTK version number as a \em double.
diff --git a/FL/Fl_Grid.H b/FL/Fl_Grid.H
index 3661977c5..b04cb0e4e 100644
--- a/FL/Fl_Grid.H
+++ b/FL/Fl_Grid.H
@@ -98,7 +98,7 @@ const Fl_Grid_Align FL_GRID_BOTTOM_RIGHT = FL_GRID_BOTTOM | FL_GRID_RIGHT;
Fl_Group::resizable() widget is ignored (if set). Calling init_sizes()
is not necessary.
- \note Fl_Grid is, as of FLTK 1.4.0, still in experimental state and
+ \note Fl_Grid is, as of FLTK 1.4.1, still in experimental state and
should be used with caution. The API can still be changed although it is
assumed to be almost stable - as stable as possible for a first release.