Revision 773,
698 bytes
checked in by gumbau, 19 years ago
(diff) |
FLTK imported to SVN repository to be linked agains the GeoTool? application
|
Rev | Line | |
---|
[773] | 1 | /* The FLTK version number; this is changed slightly from the beta versions |
---|
| 2 | * because the old "const double" definition would not allow for conditional |
---|
| 3 | * compilation... |
---|
| 4 | |
---|
| 5 | * FL_VERSION is a double that describes the major, minor, and patch version |
---|
| 6 | * numbers. Version 1.1 is actually stored as 1.01 to allow for more than 9 |
---|
| 7 | * minor releases. Similarly, version 1.0.5 is stored as 1.0005. |
---|
| 8 | |
---|
| 9 | * The FL_MAJOR_VERSION, FL_MINOR_VERSION, and FL_PATCH_VERSION constants |
---|
| 10 | * give the integral values for the major, minor, and patch releases |
---|
| 11 | * respectively. |
---|
| 12 | */ |
---|
| 13 | |
---|
| 14 | #ifndef FL_VERSION |
---|
| 15 | |
---|
| 16 | # define FL_MAJOR_VERSION 2 |
---|
| 17 | # define FL_MINOR_VERSION 1 |
---|
| 18 | # define FL_PATCH_VERSION 0 |
---|
| 19 | # define FL_VERSION 2.0100 |
---|
| 20 | |
---|
| 21 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.