mirror of https://github.com/fltk/fltk
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:
parent
8994406424
commit
b60e474bc3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue