Another version number update.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10356 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2014-10-05 08:33:47 +00:00
parent 8994406424
commit b60e474bc3
1 changed files with 4 additions and 4 deletions

View File

@ -18,11 +18,11 @@ this is often useful to know when programming.
The FLTK version number is stored in a number of compile-time constants:
\li FL_MAJOR_VERSION - The major release number, currently 1.
\li FL_MINOR_VERSION - The minor release number, currently 3.
\li FL_PATCH_VERSION - The patch release number, currently 2.
\li FL_MAJOR_VERSION - The major release number, currently 1
\li FL_MINOR_VERSION - The minor release number, currently 3
\li FL_PATCH_VERSION - The patch release number, currently 3
\li FL_VERSION - A combined floating-point version number for
the major, minor, and patch release numbers, currently 1.0302.
the major, minor, and patch release numbers, currently 1.0303
\section enumerations_events Events