From 709fdef10fa71264967f84158820c76f5992f04e Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 18 Apr 2025 20:13:13 +0200 Subject: [PATCH] Update version numbers to 1.4.3 --- ANNOUNCEMENT | 10 +++++----- CMakeLists.txt | 2 +- FL/Enumerations.H | 4 ++-- FL/Fl_File_Chooser.H | 2 +- FL/Fl_Help_Dialog.H | 2 +- README.md | 2 +- README.txt | 2 +- configure.ac | 2 +- documentation/src/index.dox | 2 +- documentation/src/preface.dox | 2 +- fltk-options/fltk-options.plist | 6 +++--- fltk_version.dat | 2 +- fluid/documentation/src/index.dox | 2 +- fluid/fluid.plist | 6 +++--- src/Fl_File_Chooser.cxx | 2 +- src/Fl_File_Chooser.fl | 2 +- src/Fl_Help_Dialog.cxx | 2 +- src/Fl_Help_Dialog.fl | 2 +- 18 files changed, 27 insertions(+), 27 deletions(-) diff --git a/ANNOUNCEMENT b/ANNOUNCEMENT index 807f63363..58547752e 100644 --- a/ANNOUNCEMENT +++ b/ANNOUNCEMENT @@ -1,6 +1,11 @@ FLTK 1.4 is based on the final release of FLTK 1.3.4. Later updates have been backported to 1.3.5 - 1.3.11 and branch-1.3 (Git). +FLTK 1.4 is now in maintenance mode, i.e. it receives only bug fixes +and important enhancements, e.g. for Linux releases or macOS support. +The current branch on GitHub [2] is `branch-1.4` whereas the `master` +branch moved on to development of FLTK 1.5. + FLTK 1.4 is intended to be mostly API compatible with FLTK 1.3.x so you don't need to change source code when you switch to FLTK 1.4. However, all programs must be recompiled with FLTK 1.4 because the @@ -40,11 +45,6 @@ on pure X11 systems or by disabling the Wayland support on startup so they fall back to using X11 only. This requires 'XWayland' support on Wayland enabled (Linux) systems. -The current development branch on GitHub [2] is `master`. This will be -changed to `branch-1.4` when development of FLTK 1.5.0 begins and 1.4 -will be switched to maintenance mode. - - [1] https://www.fltk.org/doc-1.4/ (HTML) and https://www.fltk.org/doc-1.4/fltk.pdf (PDF) [2] https://github.com/fltk/fltk.git diff --git a/CMakeLists.txt b/CMakeLists.txt index c1c5888ee..03f4d9a91 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,7 @@ cmake_minimum_required(VERSION 3.15.0 FATAL_ERROR) # define the FLTK project and version ####################################################################### -project(FLTK VERSION 1.4.2) +project(FLTK VERSION 1.4.3) ####################################################################### # include macro and function definitions for general usage diff --git a/FL/Enumerations.H b/FL/Enumerations.H index 708090374..074eb0f4d 100644 --- a/FL/Enumerations.H +++ b/FL/Enumerations.H @@ -37,7 +37,7 @@ # include // for FL_COMMAND and FL_CONTROL // Keep the following comment in sync with the values below for searching -// Current FLTK version: 1.4.2 +// Current FLTK version: 1.4.3 /** \name Version Numbers @@ -66,7 +66,7 @@ FLTK remains binary compatible between patches. */ -#define FL_PATCH_VERSION 2 +#define FL_PATCH_VERSION 3 /** The FLTK version number as a \em double. diff --git a/FL/Fl_File_Chooser.H b/FL/Fl_File_Chooser.H index 25114ff49..4e0185a3f 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.0402 +// generated by Fast Light User Interface Designer (fluid) version 1.0403 #ifndef Fl_File_Chooser_H #define Fl_File_Chooser_H diff --git a/FL/Fl_Help_Dialog.H b/FL/Fl_Help_Dialog.H index 42dd11793..ae7b1191f 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.0402 +// generated by Fast Light User Interface Designer (fluid) version 1.0403 #ifndef Fl_Help_Dialog_H #define Fl_Help_Dialog_H diff --git a/README.md b/README.md index 80658367a..809f036b4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# README - Fast Light Tool Kit (FLTK) Version 1.4.2 +# README - Fast Light Tool Kit (FLTK) Version 1.4.3 ## WHAT IS FLTK? diff --git a/README.txt b/README.txt index 8f7bf846a..1b685271e 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -README - Fast Light Tool Kit (FLTK) Version 1.4.2 +README - Fast Light Tool Kit (FLTK) Version 1.4.3 ------------------------------------------------- WHAT IS FLTK? diff --git a/configure.ac b/configure.ac index 2127a35f3..d18e3975e 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ AC_PREREQ([2.50]) dnl Package name and version -AC_INIT([fltk], [1.4.2], [https://github.com/fltk/fltk/issues], [fltk], [https://www.fltk.org/]) +AC_INIT([fltk], [1.4.3], [https://github.com/fltk/fltk/issues], [fltk], [https://www.fltk.org/]) FLTK_VERSION="AC_PACKAGE_VERSION" FLTK_VERSION_MAJOR=$(echo AC_PACKAGE_VERSION | awk -F. '{print $1}') diff --git a/documentation/src/index.dox b/documentation/src/index.dox index 5c208ffa8..94ac15aa1 100644 --- a/documentation/src/index.dox +++ b/documentation/src/index.dox @@ -8,7 +8,7 @@ \image latex FL200.png "" width=5cm
- FLTK 1.4.2 Programming Manual + FLTK 1.4.3 Programming Manual By F. Costantini, M. Melcher, A. Schlosser, B. Spitzak and M. Sweet. diff --git a/documentation/src/preface.dox b/documentation/src/preface.dox index 1f773c5f5..8050abd7f 100644 --- a/documentation/src/preface.dox +++ b/documentation/src/preface.dox @@ -2,7 +2,7 @@ \page preface Preface -This manual describes the Fast Light Tool Kit ("FLTK") version 1.4.2, +This manual describes the Fast Light Tool Kit ("FLTK") version 1.4.3, a C++ Graphical User Interface ("GUI") toolkit for UNIX, Microsoft Windows, and Apple macOS. diff --git a/fltk-options/fltk-options.plist b/fltk-options/fltk-options.plist index b16fe0ba6..385a73781 100644 --- a/fltk-options/fltk-options.plist +++ b/fltk-options/fltk-options.plist @@ -9,7 +9,7 @@ CFBundleIdentifier org.fltk.fltk-options CFBundleVersion - 1.4.2 + 1.4.3 CFBundleDevelopmentRegion English NSHumanReadableCopyright @@ -25,9 +25,9 @@ CFBundleIconFile fltk-options.icns CFBundleShortVersionString - 1.4.2 + 1.4.3 CFBundleGetInfoString - 1.4.2, Copyright 2023-2025 by Bill Spitzak and others + 1.4.3, Copyright 2023-2025 by Bill Spitzak and others NSHighResolutionCapable diff --git a/fltk_version.dat b/fltk_version.dat index 9df886c42..428b770e3 100644 --- a/fltk_version.dat +++ b/fltk_version.dat @@ -1 +1 @@ -1.4.2 +1.4.3 diff --git a/fluid/documentation/src/index.dox b/fluid/documentation/src/index.dox index 657e448e2..79ce6139e 100644 --- a/fluid/documentation/src/index.dox +++ b/fluid/documentation/src/index.dox @@ -14,7 +14,7 @@ \image latex fluid-128.png "" width=3cm
- FLUID 1.4.2 User Manual + FLUID 1.4.3 User Manual By F. Costantini, M. Melcher, A. Schlosser, B. Spitzak and M. Sweet. diff --git a/fluid/fluid.plist b/fluid/fluid.plist index 88711f118..6e03f6875 100644 --- a/fluid/fluid.plist +++ b/fluid/fluid.plist @@ -9,7 +9,7 @@ CFBundleIdentifier org.fltk.fluid CFBundleVersion - 1.4.2 + 1.4.3 CFBundleDevelopmentRegion English NSHumanReadableCopyright @@ -25,9 +25,9 @@ CFBundleIconFile fluid.icns CFBundleShortVersionString - 1.4.2 + 1.4.3 CFBundleGetInfoString - 1.4.2, Copyright 1998-2025 by Bill Spitzak and others + 1.4.3, Copyright 1998-2025 by Bill Spitzak and others CFBundleDocumentTypes diff --git a/src/Fl_File_Chooser.cxx b/src/Fl_File_Chooser.cxx index 0647a58b3..8abb4f39c 100644 --- a/src/Fl_File_Chooser.cxx +++ b/src/Fl_File_Chooser.cxx @@ -21,7 +21,7 @@ // ======================================================================= // -// generated by Fast Light User Interface Designer (fluid) version 1.0402 +// generated by Fast Light User Interface Designer (fluid) version 1.0403 #include "../FL/Fl_File_Chooser.H" #include diff --git a/src/Fl_File_Chooser.fl b/src/Fl_File_Chooser.fl index 0c2a44830..3ed75e6d6 100644 --- a/src/Fl_File_Chooser.fl +++ b/src/Fl_File_Chooser.fl @@ -1,5 +1,5 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0401 +version 1.0403 header_name {../FL/Fl_File_Chooser.H} code_name {.cxx} comment {// diff --git a/src/Fl_Help_Dialog.cxx b/src/Fl_Help_Dialog.cxx index 38e8946e3..81f1d0e17 100644 --- a/src/Fl_Help_Dialog.cxx +++ b/src/Fl_Help_Dialog.cxx @@ -21,7 +21,7 @@ // ======================================================================== // -// generated by Fast Light User Interface Designer (fluid) version 1.0402 +// generated by Fast Light User Interface Designer (fluid) version 1.0403 #include "../FL/Fl_Help_Dialog.H" #include diff --git a/src/Fl_Help_Dialog.fl b/src/Fl_Help_Dialog.fl index 6dbdb9c82..b39080a8b 100644 --- a/src/Fl_Help_Dialog.fl +++ b/src/Fl_Help_Dialog.fl @@ -1,5 +1,5 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0401 +version 1.0403 header_name {../FL/Fl_Help_Dialog.H} code_name {.cxx} comment {//