From 00dd296ff202631dc0d773755e970fcca5a25f68 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 30 Jan 2016 00:56:42 +0000 Subject: Bump version numbers for next minor release: FLTK 1.4.0. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11088 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/src/enumerations.dox | 10 +++++----- documentation/src/fltk-book.tex.in | 2 +- documentation/src/index.dox | 4 ++-- documentation/src/preface.dox | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) (limited to 'documentation') 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
- FLTK 1.3.4 Programming Manual + FLTK 1.4.0 Programming Manual - 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. 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 -- cgit v1.2.3