diff --git a/CMakeLists.txt b/CMakeLists.txt
index 506ac1178..5bf958bb8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -47,7 +47,7 @@ set (OpenGL_GL_PREFERENCE LEGACY)
# define the FLTK project and version
#######################################################################
-project (FLTK VERSION 1.3.7)
+project (FLTK VERSION 1.3.8)
#######################################################################
# include macro definitions of generally used macros
diff --git a/FL/Enumerations.H b/FL/Enumerations.H
index a8a4041f8..25df9292c 100644
--- a/FL/Enumerations.H
+++ b/FL/Enumerations.H
@@ -73,7 +73,7 @@
FLTK remains binary compatible between patches.
*/
-#define FL_PATCH_VERSION 7
+#define FL_PATCH_VERSION 8
/**
The FLTK version number as a \em double.
diff --git a/FL/Fl_File_Chooser.H b/FL/Fl_File_Chooser.H
index f36e93c25..8e55e715b 100644
--- a/FL/Fl_File_Chooser.H
+++ b/FL/Fl_File_Chooser.H
@@ -23,7 +23,7 @@
// =======================================================================
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0307
+// generated by Fast Light User Interface Designer (fluid) version 1.0308
#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 f0d5731ec..3d1c4e2c9 100644
--- a/FL/Fl_Help_Dialog.H
+++ b/FL/Fl_Help_Dialog.H
@@ -23,7 +23,7 @@
// ========================================================================
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0307
+// generated by Fast Light User Interface Designer (fluid) version 1.0308
#ifndef Fl_Help_Dialog_H
#define Fl_Help_Dialog_H
diff --git a/README b/README
index 7918b6516..5e8b36420 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-README - Fast Light Tool Kit (FLTK) Version 1.3.7
+README - Fast Light Tool Kit (FLTK) Version 1.3.8
-------------------------------------------------
WHAT IS FLTK?
diff --git a/README.bundled-libs.txt b/README.bundled-libs.txt
index 5133c4b94..7d1c8ddf9 100644
--- a/README.bundled-libs.txt
+++ b/README.bundled-libs.txt
@@ -6,13 +6,13 @@ about the current versions of all bundled libraries and about how to
upgrade these bundled libraries.
-Current versions of bundled libraries (as of June 9, 2021):
+Current versions of bundled libraries (as of Nov. 5, 2021):
Library Version Release date FLTK Version
--------------------------------------------------------------------------
- jpeg jpeg-9d 2020-01-12 1.3.6 / 1.3.7
- png libpng-1.6.37 2019-04-14 1.3.6 / 1.3.7
- zlib zlib-1.2.11 2017-01-15 1.3.6 / 1.3.7
+ jpeg jpeg-9d 2020-01-12 1.3.6 - 1.3.8
+ png libpng-1.6.37 2019-04-14 1.3.6 - 1.3.8
+ zlib zlib-1.2.11 2017-01-15 1.3.6 - 1.3.8
--------------------------------------------------------------------------
Previous versions of bundled libraries:
diff --git a/configure.ac b/configure.ac
index b5e3218e2..70ff5f929 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,7 +51,7 @@ esac
dnl FLTK library versions...
FLTK_VERSION_MAJOR=1
FLTK_VERSION_MINOR=3
-FLTK_VERSION_PATCH=7
+FLTK_VERSION_PATCH=8
FL_DSO_VERSION=${FLTK_VERSION_MAJOR}.${FLTK_VERSION_MINOR}
FL_ABI_VERSION=${FLTK_VERSION_MAJOR}.${FLTK_VERSION_MINOR}.0
FLTK_VERSION=${FLTK_VERSION_MAJOR}.${FLTK_VERSION_MINOR}.${FLTK_VERSION_PATCH}
diff --git a/documentation/src/fltk-title.tex.in b/documentation/src/fltk-title.tex.in
index fcbdee8e3..63cd0d510 100644
--- a/documentation/src/fltk-title.tex.in
+++ b/documentation/src/fltk-title.tex.in
@@ -11,7 +11,7 @@
\end{DoxyImageNoCaption}\\
\vspace*{2cm}
{\Large
-Revision 9.7 by F. Costantini, D. Gibson, M. Melcher, \\
+Revision 9.8 by F. Costantini, D. Gibson, M. Melcher, \\
A. Schlosser, B. Spitzak, and M. Sweet.}\\
\vspace*{1.5cm}
{\large Copyright 1998-@YEAR@ by Bill Spitzak and others.}\\
diff --git a/documentation/src/index.dox b/documentation/src/index.dox
index 6e9a24330..40e123d8f 100644
--- a/documentation/src/index.dox
+++ b/documentation/src/index.dox
@@ -8,9 +8,9 @@
\image latex FL200.png "" width=5cm
- FLTK 1.3.7 Programming Manual
+ FLTK 1.3.8 Programming Manual
- Revision 9.7 by F. Costantini, D. Gibson, M. Melcher,
+ Revision 9.8 by F. Costantini, D. Gibson, M. Melcher,
A. Schlosser, B. Spitzak and M. Sweet.
Copyright 1998-2021 by Bill Spitzak and others.
diff --git a/documentation/src/preface.dox b/documentation/src/preface.dox
index a45b87cf8..6458cf5b5 100644
--- a/documentation/src/preface.dox
+++ b/documentation/src/preface.dox
@@ -3,7 +3,7 @@
\page preface Preface
This manual describes the Fast Light Tool Kit ("FLTK")
-version 1.3.7, a C++ Graphical User Interface
+version 1.3.8, a C++ Graphical User Interface
("GUI") toolkit for UNIX, Microsoft Windows and Apple OS X. Each
of the chapters in this manual is designed as a tutorial for
using FLTK, while the appendices provide a convenient reference
diff --git a/fltk_version.dat b/fltk_version.dat
index 3336003dc..e05cb3329 100644
--- a/fltk_version.dat
+++ b/fltk_version.dat
@@ -1 +1 @@
-1.3.7
+1.3.8
diff --git a/fluid/about_panel.cxx b/fluid/about_panel.cxx
index 3c7c3e2b9..2a799654e 100644
--- a/fluid/about_panel.cxx
+++ b/fluid/about_panel.cxx
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0307
+// generated by Fast Light User Interface Designer (fluid) version 1.0308
#include "about_panel.h"
void show_help(const char *name);
diff --git a/fluid/about_panel.fl b/fluid/about_panel.fl
index da26b49e6..d7a65f68c 100644
--- a/fluid/about_panel.fl
+++ b/fluid/about_panel.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0307
+version 1.0308
header_name {.h}
code_name {.cxx}
comment {//
diff --git a/fluid/about_panel.h b/fluid/about_panel.h
index 3db647910..a0b722253 100644
--- a/fluid/about_panel.h
+++ b/fluid/about_panel.h
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0307
+// generated by Fast Light User Interface Designer (fluid) version 1.0308
#ifndef about_panel_h
#define about_panel_h
diff --git a/fluid/alignment_panel.cxx b/fluid/alignment_panel.cxx
index 6256e3ab7..554577f44 100644
--- a/fluid/alignment_panel.cxx
+++ b/fluid/alignment_panel.cxx
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0307
+// generated by Fast Light User Interface Designer (fluid) version 1.0308
#include "alignment_panel.h"
#include
diff --git a/fluid/alignment_panel.fl b/fluid/alignment_panel.fl
index eca08027a..a927a3abb 100644
--- a/fluid/alignment_panel.fl
+++ b/fluid/alignment_panel.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0307
+version 1.0308
header_name {.h}
code_name {.cxx}
comment {//
diff --git a/fluid/alignment_panel.h b/fluid/alignment_panel.h
index ac2e9e0bf..55016d7b0 100644
--- a/fluid/alignment_panel.h
+++ b/fluid/alignment_panel.h
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0307
+// generated by Fast Light User Interface Designer (fluid) version 1.0308
#ifndef alignment_panel_h
#define alignment_panel_h
diff --git a/fluid/fluid.plist b/fluid/fluid.plist
index e1a0e4931..3560fea3b 100644
--- a/fluid/fluid.plist
+++ b/fluid/fluid.plist
@@ -9,7 +9,7 @@
CFBundleIdentifier
org.fltk.fluid
CFBundleVersion
- 1.3.7
+ 1.3.8
CFBundleDevelopmentRegion
English
NSHumanReadableCopyright
@@ -25,9 +25,9 @@
CFBundleIconFile
fluid.icns
CFBundleShortVersionString
- 1.3.7
+ 1.3.8
CFBundleGetInfoString
- 1.3.7, Copyright 1998-2021 by Bill Spitzak and others
+ 1.3.8, Copyright 1998-2021 by Bill Spitzak and others
CFBundleDocumentTypes
diff --git a/fluid/function_panel.cxx b/fluid/function_panel.cxx
index 4738db3ca..015a779f9 100644
--- a/fluid/function_panel.cxx
+++ b/fluid/function_panel.cxx
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0307
+// generated by Fast Light User Interface Designer (fluid) version 1.0308
#include "function_panel.h"
#include
diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl
index 603ad1e8c..0e85abe8f 100644
--- a/fluid/function_panel.fl
+++ b/fluid/function_panel.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0307
+version 1.0308
header_name {.h}
code_name {.cxx}
comment {//
diff --git a/fluid/function_panel.h b/fluid/function_panel.h
index 88832b17c..8c6c43df8 100644
--- a/fluid/function_panel.h
+++ b/fluid/function_panel.h
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0307
+// generated by Fast Light User Interface Designer (fluid) version 1.0308
#ifndef function_panel_h
#define function_panel_h
diff --git a/fluid/print_panel.cxx b/fluid/print_panel.cxx
index 6e32354b1..3554d649c 100644
--- a/fluid/print_panel.cxx
+++ b/fluid/print_panel.cxx
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0307
+// generated by Fast Light User Interface Designer (fluid) version 1.0308
#include "print_panel.h"
#include
diff --git a/fluid/print_panel.fl b/fluid/print_panel.fl
index 31f9bd500..cce049e5d 100644
--- a/fluid/print_panel.fl
+++ b/fluid/print_panel.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0307
+version 1.0308
header_name {.h}
code_name {.cxx}
comment {//
diff --git a/fluid/print_panel.h b/fluid/print_panel.h
index 5ad57437a..4999079b1 100644
--- a/fluid/print_panel.h
+++ b/fluid/print_panel.h
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0307
+// generated by Fast Light User Interface Designer (fluid) version 1.0308
#ifndef print_panel_h
#define print_panel_h
diff --git a/fluid/template_panel.cxx b/fluid/template_panel.cxx
index fc389802c..9b9c55f20 100644
--- a/fluid/template_panel.cxx
+++ b/fluid/template_panel.cxx
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0307
+// generated by Fast Light User Interface Designer (fluid) version 1.0308
#include "template_panel.h"
#include
diff --git a/fluid/template_panel.fl b/fluid/template_panel.fl
index 1ae706066..1ab5e87c3 100644
--- a/fluid/template_panel.fl
+++ b/fluid/template_panel.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0307
+version 1.0308
header_name {.h}
code_name {.cxx}
comment {//
diff --git a/fluid/template_panel.h b/fluid/template_panel.h
index df65851ab..f7c696c01 100644
--- a/fluid/template_panel.h
+++ b/fluid/template_panel.h
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0307
+// generated by Fast Light User Interface Designer (fluid) version 1.0308
#ifndef template_panel_h
#define template_panel_h
diff --git a/fluid/widget_panel.cxx b/fluid/widget_panel.cxx
index d3cdcd57b..5d11e6873 100644
--- a/fluid/widget_panel.cxx
+++ b/fluid/widget_panel.cxx
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0307
+// generated by Fast Light User Interface Designer (fluid) version 1.0308
#include "widget_panel.h"
extern void comment_cb(Fl_Text_Editor*, void*);
diff --git a/fluid/widget_panel.fl b/fluid/widget_panel.fl
index b0ca10760..910f81adb 100644
--- a/fluid/widget_panel.fl
+++ b/fluid/widget_panel.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0307
+version 1.0308
header_name {.h}
code_name {.cxx}
comment {//
diff --git a/fluid/widget_panel.h b/fluid/widget_panel.h
index bef5d9577..934beffb6 100644
--- a/fluid/widget_panel.h
+++ b/fluid/widget_panel.h
@@ -16,7 +16,7 @@
// http://www.fltk.org/str.php
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0307
+// generated by Fast Light User Interface Designer (fluid) version 1.0308
#ifndef widget_panel_h
#define widget_panel_h
diff --git a/ide/Xcode4/Project Templates/FLTK Application/FLTK 1.3/ui.fl b/ide/Xcode4/Project Templates/FLTK Application/FLTK 1.3/ui.fl
index bf03c1a11..04f0bda3e 100644
--- a/ide/Xcode4/Project Templates/FLTK Application/FLTK 1.3/ui.fl
+++ b/ide/Xcode4/Project Templates/FLTK Application/FLTK 1.3/ui.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0306
+version 1.0308
header_name {.h}
code_name {.cxx}
Function {make_window()} {open
diff --git a/ide/Xcode4/plists/Fluid-Info.plist b/ide/Xcode4/plists/Fluid-Info.plist
index 1b2ded2d6..b8e644e90 100644
--- a/ide/Xcode4/plists/Fluid-Info.plist
+++ b/ide/Xcode4/plists/Fluid-Info.plist
@@ -40,7 +40,7 @@
CFBundleSignature
FLTK
CFBundleVersion
- 1.3.7
+ 1.3.8
NSHumanReadableCopyright
Copyright 1998-2021 by Bill Spitzak and others.
CFBundleGetInfoString
diff --git a/src/Fl_File_Chooser.cxx b/src/Fl_File_Chooser.cxx
index 1b35e51ee..b04a91ebd 100644
--- a/src/Fl_File_Chooser.cxx
+++ b/src/Fl_File_Chooser.cxx
@@ -23,7 +23,7 @@
// =======================================================================
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0307
+// generated by Fast Light User Interface Designer (fluid) version 1.0308
#include "../FL/Fl_File_Chooser.H"
#include
diff --git a/src/Fl_File_Chooser.fl b/src/Fl_File_Chooser.fl
index d73699ab5..bc9e9dad1 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.0307
+version 1.0308
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 6470d2090..5b3f51caa 100644
--- a/src/Fl_Help_Dialog.cxx
+++ b/src/Fl_Help_Dialog.cxx
@@ -23,7 +23,7 @@
// ========================================================================
//
-// generated by Fast Light User Interface Designer (fluid) version 1.0307
+// generated by Fast Light User Interface Designer (fluid) version 1.0308
#include "../FL/Fl_Help_Dialog.H"
#include "flstring.h"
diff --git a/src/Fl_Help_Dialog.fl b/src/Fl_Help_Dialog.fl
index 9b0bf886a..4e5463e12 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.0307
+version 1.0308
header_name {../FL/Fl_Help_Dialog.H}
code_name {.cxx}
comment {//
diff --git a/test/CubeViewUI.fl b/test/CubeViewUI.fl
index 1a59eba73..0872dfe66 100644
--- a/test/CubeViewUI.fl
+++ b/test/CubeViewUI.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0307
+version 1.0308
header_name {.h}
code_name {.cxx}
class CubeViewUI {open
diff --git a/test/fast_slow.fl b/test/fast_slow.fl
index f259ba0af..92624898a 100644
--- a/test/fast_slow.fl
+++ b/test/fast_slow.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0307
+version 1.0308
header_name {.h}
code_name {.cxx}
Function {} {open
diff --git a/test/inactive.fl b/test/inactive.fl
index 2c250debe..6a660475f 100644
--- a/test/inactive.fl
+++ b/test/inactive.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0307
+version 1.0308
header_name {.h}
code_name {.cxx}
Function {} {open
diff --git a/test/keyboard_ui.fl b/test/keyboard_ui.fl
index 6bc3ae659..f7102c710 100644
--- a/test/keyboard_ui.fl
+++ b/test/keyboard_ui.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0307
+version 1.0308
header_name {.h}
code_name {.cxx}
Function {make_window()} {open
diff --git a/test/mandelbrot_ui.fl b/test/mandelbrot_ui.fl
index c2d5f9ca5..3550e5f74 100644
--- a/test/mandelbrot_ui.fl
+++ b/test/mandelbrot_ui.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0307
+version 1.0308
header_name {.h}
code_name {.cxx}
decl {\#include "mandelbrot.h"} {public local
diff --git a/test/preferences.fl b/test/preferences.fl
index 5e44cd33e..33f000ef0 100644
--- a/test/preferences.fl
+++ b/test/preferences.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0307
+version 1.0308
header_name {.h}
code_name {.cxx}
decl {\#include } {public local
diff --git a/test/radio.fl b/test/radio.fl
index a89003cae..a7375425e 100644
--- a/test/radio.fl
+++ b/test/radio.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0307
+version 1.0308
header_name {.h}
code_name {.cxx}
Function {button_cb(Fl_Button *b, void *)} {
diff --git a/test/resize.fl b/test/resize.fl
index abed32cca..231399bc5 100644
--- a/test/resize.fl
+++ b/test/resize.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0307
+version 1.0308
header_name {.h}
code_name {.cxx}
Function {} {open
diff --git a/test/tabs.fl b/test/tabs.fl
index 191d366d3..603efaa80 100644
--- a/test/tabs.fl
+++ b/test/tabs.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0307
+version 1.0308
header_name {.h}
code_name {.cxx}
Function {} {open
diff --git a/test/tree.fl b/test/tree.fl
index 57a6975aa..e93c9d8b2 100644
--- a/test/tree.fl
+++ b/test/tree.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0307
+version 1.0308
header_name {.h}
code_name {.cxx}
decl {\#include } {public global
diff --git a/test/valuators.fl b/test/valuators.fl
index e877c7f9b..acd3ce31b 100644
--- a/test/valuators.fl
+++ b/test/valuators.fl
@@ -1,5 +1,5 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0307
+version 1.0308
header_name {.h}
code_name {.cxx}
Function {callback(Fl_Widget* o, void*)} {open private return_type void
|