summaryrefslogtreecommitdiff
path: root/documentation/src/enumerations.dox
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2016-01-30 00:56:42 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2016-01-30 00:56:42 +0000
commit00dd296ff202631dc0d773755e970fcca5a25f68 (patch)
tree5f3416102a13aa00a98199e10d902f807a8a4272 /documentation/src/enumerations.dox
parent39c943ac8f744ad0809c185632d5ef5eb92a6369 (diff)
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
Diffstat (limited to 'documentation/src/enumerations.dox')
-rw-r--r--documentation/src/enumerations.dox10
1 files changed, 5 insertions, 5 deletions
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.