summaryrefslogtreecommitdiff
path: root/documentation/src
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/src')
-rw-r--r--documentation/src/enumerations.dox10
-rw-r--r--documentation/src/fltk-book.tex.in2
-rw-r--r--documentation/src/index.dox4
-rw-r--r--documentation/src/preface.dox2
4 files changed, 9 insertions, 9 deletions
diff --git a/documentation/src/enumerations.dox b/documentation/src/enumerations.dox
index db137ead1..9a68aa5fd 100644
--- a/documentation/src/enumerations.dox
+++ b/documentation/src/enumerations.dox
@@ -19,16 +19,16 @@ this is often useful to know when programming.
The FLTK version number is stored in a number of compile-time constants:
- FL_MAJOR_VERSION - The major release number, currently 1
- - FL_MINOR_VERSION - The minor release number, currently 3
- - FL_PATCH_VERSION - The patch release number, currently 4
+ - FL_MINOR_VERSION - The minor release number, currently 4
+ - FL_PATCH_VERSION - The patch release number, currently 0
- FL_VERSION - \b [Deprecated] A combined floating-point version number for
- the major, minor, and patch release numbers, currently 1.0304
+ the major, minor, and patch release numbers, currently 1.0400
- FL_API_VERSION - A combined integer version number for the major, minor,
- and patch release numbers, currently 10304 (use this instead of
+ and patch release numbers, currently 10400 (use this instead of
FL_VERSION, if possible)
- FL_ABI_VERSION - A combined integer version number for the application
binary interface (ABI) major, minor, and patch release numbers,
- currently 10300 (default)
+ currently 10400 (default)
\note The ABI version (FL_ABI_VERSION) is usually constant throughout one
major/minor release version, for instance 10300 if FL_API_VERSION is 10304.
diff --git a/documentation/src/fltk-book.tex.in b/documentation/src/fltk-book.tex.in
index 13361ba24..3f86c6d03 100644
--- a/documentation/src/fltk-book.tex.in
+++ b/documentation/src/fltk-book.tex.in
@@ -41,7 +41,7 @@
\end{ImageNoCaption}\\
\vspace*{2cm}
{\Large
-Revision 9 by F. Costantini, D. Gibson, M. Melcher, \\
+Revision 10 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 9df3a91ce..7dc5ab81a 100644
--- a/documentation/src/index.dox
+++ b/documentation/src/index.dox
@@ -8,9 +8,9 @@
\image latex FL200.png "" width=5cm
</CENTER></TD>
<TD><CENTER>
- <B>FLTK 1.3.4 Programming Manual</B>
+ <B>FLTK 1.4.0 Programming Manual</B>
- Revision 9 by F.&nbsp;Costantini, D.&nbsp;Gibson, M.&nbsp;Melcher,
+ Revision 10 by F.&nbsp;Costantini, D.&nbsp;Gibson, M.&nbsp;Melcher,
A.&nbsp;Schlosser, B.&nbsp;Spitzak and M.&nbsp;Sweet.
Copyright 1998-2015 by Bill Spitzak and others.
diff --git a/documentation/src/preface.dox b/documentation/src/preface.dox
index 30d69a1e2..e74add8f8 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.4, a C++ Graphical User Interface
+version 1.4.0, 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