mirror of
https://github.com/fltk/fltk.git
synced 2026-05-10 05:19:50 +08:00
Update version numbers to 1.4.3
This commit is contained in:
+5
-5
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
+2
-2
@@ -37,7 +37,7 @@
|
||||
# include <FL/platform_types.h> // 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.
|
||||
|
||||
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
@@ -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?
|
||||
|
||||
|
||||
+1
-1
@@ -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?
|
||||
|
||||
+1
-1
@@ -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}')
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
\image latex FL200.png "" width=5cm
|
||||
</CENTER></TD>
|
||||
<TD><CENTER>
|
||||
<B>FLTK 1.4.2 Programming Manual</B>
|
||||
<B>FLTK 1.4.3 Programming Manual</B>
|
||||
|
||||
By F. Costantini, M. Melcher,
|
||||
A. Schlosser, B. Spitzak and M. Sweet.
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.fltk.fltk-options</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.4.2</string>
|
||||
<string>1.4.3</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
@@ -25,9 +25,9 @@
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>fltk-options.icns</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.4.2</string>
|
||||
<string>1.4.3</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>1.4.2, Copyright 2023-2025 by Bill Spitzak and others</string>
|
||||
<string>1.4.3, Copyright 2023-2025 by Bill Spitzak and others</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
<true/>
|
||||
</dict>
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
1.4.2
|
||||
1.4.3
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
\image latex fluid-128.png "" width=3cm
|
||||
</CENTER></TD>
|
||||
<TD><CENTER>
|
||||
<B>FLUID 1.4.2 User Manual</B>
|
||||
<B>FLUID 1.4.3 User Manual</B>
|
||||
|
||||
By F. Costantini, M. Melcher,
|
||||
A. Schlosser, B. Spitzak and M. Sweet.
|
||||
|
||||
+3
-3
@@ -9,7 +9,7 @@
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.fltk.fluid</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.4.2</string>
|
||||
<string>1.4.3</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
@@ -25,9 +25,9 @@
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>fluid.icns</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.4.2</string>
|
||||
<string>1.4.3</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>1.4.2, Copyright 1998-2025 by Bill Spitzak and others</string>
|
||||
<string>1.4.3, Copyright 1998-2025 by Bill Spitzak and others</string>
|
||||
<key>CFBundleDocumentTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
|
||||
@@ -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 <FL/fl_draw.H>
|
||||
|
||||
@@ -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 {//
|
||||
|
||||
@@ -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 <FL/Fl_Shared_Image.H>
|
||||
|
||||
@@ -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 {//
|
||||
|
||||
Reference in New Issue
Block a user