diff options
Diffstat (limited to 'documentation/enumerations.html')
| -rw-r--r-- | documentation/enumerations.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/enumerations.html b/documentation/enumerations.html index 400a41797..736090295 100644 --- a/documentation/enumerations.html +++ b/documentation/enumerations.html @@ -9,12 +9,12 @@ useful to know when programming. constants: <UL> <LI><TT>FL_MAJOR_VERSION</TT> - The major release number, currently 1. </LI> -<LI><TT>FL_MINOR_VERSION</TT> - The minor release number, currently 0. </LI> +<LI><TT>FL_MINOR_VERSION</TT> - The minor release number, currently 1. </LI> <LI><TT>FL_PATCH_VERSION</TT> - The patch release number, currently 0. </LI> <LI><TT>FL_VERSION</TT> - A combined floating-point version number for -the major and minor release numbers, currently 1.0. </LI> +the major, minor, and patch release numbers, currently 1.0100. </LI> </UL> -<H2>Events</H2> +<H2><A NAME="events">Events</A></H2> Events are identified by an <TT>Fl_Event</TT> enumeration value. The following events are currently defined: <UL> |
