Bump version numbers for release 1.4.1

To do: update CHANGES.txt with real info.
This commit is contained in:
Albrecht Schlosser
2024-12-09 17:37:52 +01:00
parent 05ee86fe57
commit 99a6286288
16 changed files with 34 additions and 22 deletions
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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.