Set to version 1.3.2

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9742 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2012-12-09 18:45:57 +00:00
parent dc65e2f3fa
commit 6432f87743
6 changed files with 9 additions and 9 deletions

View File

@ -27,7 +27,7 @@
* in the current patch release of FLTK. ** Use for static builds only! ** * in the current patch release of FLTK. ** Use for static builds only! **
* For more info on this macro, see: http://fltk.org/cmp.php#FLTK_ABI_VERSION * For more info on this macro, see: http://fltk.org/cmp.php#FLTK_ABI_VERSION
*/ */
//#define FLTK_ABI_VERSION 10301 //#define FLTK_ABI_VERSION 10303
# include "Fl_Export.H" # include "Fl_Export.H"
# include "fl_types.h" # include "fl_types.h"
@ -59,7 +59,7 @@
FLTK remains binary compatible between patches. FLTK remains binary compatible between patches.
*/ */
#define FL_PATCH_VERSION 1 #define FL_PATCH_VERSION 2
/** /**
The FLTK version number as a \em double. The FLTK version number as a \em double.

View File

@ -25,7 +25,7 @@ DOXYFILE_ENCODING = UTF-8
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project. # by quotes) that should identify the project.
PROJECT_NAME = "FLTK 1.3.1" PROJECT_NAME = "FLTK 1.3.2"
# The PROJECT_NUMBER tag can be used to enter a project or revision number. # The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or

View File

@ -25,7 +25,7 @@ DOXYFILE_ENCODING = UTF-8
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project. # by quotes) that should identify the project.
PROJECT_NAME = "FLTK 1.3.1" PROJECT_NAME = "FLTK 1.3.2"
# The PROJECT_NUMBER tag can be used to enter a project or revision number. # The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or

View File

@ -34,7 +34,7 @@
\begin{titlepage} \begin{titlepage}
\vspace*{4.5cm} \vspace*{4.5cm}
\begin{center} \begin{center}
{\Huge FLTK 1.3.1 Programming Manual}\\ {\Huge FLTK 1.3.2 Programming Manual}\\
\vspace*{2cm} \vspace*{2cm}
\begin{ImageNoCaption} \begin{ImageNoCaption}
\mbox{\includegraphics[width=6cm]{FL200}} \mbox{\includegraphics[width=6cm]{FL200}}
@ -44,7 +44,7 @@
Revision 9 by F. Costantini, D. Gibson, M. Melcher, \\ Revision 9 by F. Costantini, D. Gibson, M. Melcher, \\
A. Schlosser, B. Spitzak, and M. Sweet.}\\ A. Schlosser, B. Spitzak, and M. Sweet.}\\
\vspace*{1.5cm} \vspace*{1.5cm}
{\large Copyright 1998-2011 by Bill Spitzak and others.}\\ {\large Copyright 1998-2012 by Bill Spitzak and others.}\\
\vspace*{0.75cm} \vspace*{0.75cm}
{\Small {\Small
This software and manual are provided under the terms of the GNU Library General Public License.}\\ This software and manual are provided under the terms of the GNU Library General Public License.}\\

View File

@ -8,7 +8,7 @@
\image latex FL200.png "" width=5cm \image latex FL200.png "" width=5cm
</CENTER></TD> </CENTER></TD>
<TD><CENTER> <TD><CENTER>
<B>FLTK 1.3.1 Programming Manual</B> <B>FLTK 1.3.2 Programming Manual</B>
Revision 9 by F.&nbsp;Costantini, D.&nbsp;Gibson, M.&nbsp;Melcher, Revision 9 by F.&nbsp;Costantini, D.&nbsp;Gibson, M.&nbsp;Melcher,
A.&nbsp;Schlosser, B.&nbsp;Spitzak and M.&nbsp;Sweet. A.&nbsp;Schlosser, B.&nbsp;Spitzak and M.&nbsp;Sweet.

View File

@ -3,7 +3,7 @@
\page preface Preface \page preface Preface
This manual describes the Fast Light Tool Kit ("FLTK") This manual describes the Fast Light Tool Kit ("FLTK")
version 1.3.1, a C++ Graphical User Interface version 1.3.2, a C++ Graphical User Interface
("GUI") toolkit for UNIX, Microsoft Windows and Apple OS X. Each ("GUI") toolkit for UNIX, Microsoft Windows and Apple OS X. Each
of the chapters in this manual is designed as a tutorial for of the chapters in this manual is designed as a tutorial for
using FLTK, while the appendices provide a convenient reference using FLTK, while the appendices provide a convenient reference
@ -75,7 +75,7 @@ was dropped after FLTK 1.0.10. FLTK uses the preprocessor definition
\section preface_copyrights Copyrights and Trademarks \section preface_copyrights Copyrights and Trademarks
FLTK is Copyright 1998-2011 by Bill Spitzak and others. Use and FLTK is Copyright 1998-2012 by Bill Spitzak and others. Use and
distribution of FLTK is governed by the GNU Library General Public distribution of FLTK is governed by the GNU Library General Public
License with 4 exceptions, located in \ref license. License with 4 exceptions, located in \ref license.