FL_VERSION is a macro double that describes the major, minor, and patch version numbers. The integer value is the major number. One digit is used for the minor number, and three for the "patch" number which is increased for each binary differnt release (it can go to 999).
Because double cannot be used in if statements, the integer numbers are in the FL_MAJOR_VERSION, FL_MINOR_VERSION, and FL_PATCH_VERSION macro constants.
Namespaces | |
namespace | fltk |
Defines | |
#define | FL_MAJOR_VERSION |
The major release number, 1 or 2. | |
#define | FL_MINOR_VERSION |
The minor release number, 0-9. | |
#define | FL_PATCH_VERSION |
The patch number, 0-999. | |
#define | FL_VERSION |
Functions | |
double | fltk::version () |