summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
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.