From 99a628628828adae520b1129721c41bae04c3ff4 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Mon, 9 Dec 2024 17:37:52 +0100 Subject: Bump version numbers for release 1.4.1 To do: update CHANGES.txt with real info. --- FL/Enumerations.H | 2 +- FL/Fl_Grid.H | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'FL') 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. -- cgit v1.2.3