summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2025-02-19 19:08:55 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2025-02-21 16:25:39 +0100
commit02af6a57eb4717af47f8ecd69be04abebd08c0d5 (patch)
treefe5f90839fd525e02d879c4518595c339af62d0a /FL
parent97f2cdcc2933bf05854ffa8d8672c4829a552ff8 (diff)
Bump version numbers to 1.4.2
Diffstat (limited to 'FL')
-rw-r--r--FL/Enumerations.H6
-rw-r--r--FL/Fl_File_Chooser.H2
-rw-r--r--FL/Fl_Grid.H8
-rw-r--r--FL/Fl_Help_Dialog.H2
4 files changed, 10 insertions, 8 deletions
diff --git a/FL/Enumerations.H b/FL/Enumerations.H
index b5975e619..0fe8e03a7 100644
--- a/FL/Enumerations.H
+++ b/FL/Enumerations.H
@@ -1,7 +1,7 @@
//
// Enumerations for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2024 by Bill Spitzak and others.
+// Copyright 1998-2025 by Bill Spitzak and others.
//
// This library is free software. Distribution and use rights are outlined in
// the file "COPYING" which should have been included with this file. If this
@@ -36,6 +36,8 @@
# include "fl_types.h"
# include <FL/platform_types.h> // for FL_COMMAND and FL_CONTROL
+// Current FLTK version: 1.4.2
+
/** \name Version Numbers
FLTK defines some constants to help the programmer to
@@ -63,7 +65,7 @@
FLTK remains binary compatible between patches.
*/
-#define FL_PATCH_VERSION 1
+#define FL_PATCH_VERSION 2
/**
The FLTK version number as a \em double.
diff --git a/FL/Fl_File_Chooser.H b/FL/Fl_File_Chooser.H
index b6bc57607..25114ff49 100644
--- a/FL/Fl_File_Chooser.H
+++ b/FL/Fl_File_Chooser.H
@@ -21,7 +21,7 @@
// =======================================================================
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0401
+// generated by Fast Light User Interface Designer (fluid) version 1.0402
#ifndef Fl_File_Chooser_H
#define Fl_File_Chooser_H
diff --git a/FL/Fl_Grid.H b/FL/Fl_Grid.H
index b04cb0e4e..a557fb12a 100644
--- a/FL/Fl_Grid.H
+++ b/FL/Fl_Grid.H
@@ -2,7 +2,7 @@
// Fl_Grid widget header for the Fast Light Tool Kit (FLTK).
//
// Copyright 2021-2022 by Albrecht Schlosser.
-// Copyright 2022-2023 by Bill Spitzak and others.
+// Copyright 2022-2025 by Bill Spitzak and others.
//
// This library is free software. Distribution and use rights are outlined in
// the file "COPYING" which should have been included with this file. If this
@@ -98,9 +98,9 @@ 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.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.
+ \note Fl_Grid is, as of FLTK 1.4.x, 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.
Example: Simple 3x3 Fl_Grid with five buttons:
\n
diff --git a/FL/Fl_Help_Dialog.H b/FL/Fl_Help_Dialog.H
index 4b1f1708c..42dd11793 100644
--- a/FL/Fl_Help_Dialog.H
+++ b/FL/Fl_Help_Dialog.H
@@ -21,7 +21,7 @@
// ========================================================================
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0401
+// generated by Fast Light User Interface Designer (fluid) version 1.0402
#ifndef Fl_Help_Dialog_H
#define Fl_Help_Dialog_H