Rev | Line | |
---|
[1675] | 1 | |
---|
| 2 | /***************************************************************************/ |
---|
| 3 | /* HERE DEFINE THE PROJECT SPECIFIC PUBLIC MACROS */ |
---|
| 4 | /* These are only in effect in a setting that doesn't use configure */ |
---|
| 5 | /***************************************************************************/ |
---|
| 6 | |
---|
| 7 | /* Version number of project */ |
---|
[1807] | 8 | #define CBC_VERSION "2.7" |
---|
[1675] | 9 | |
---|
| 10 | /* Major Version number of project */ |
---|
[1807] | 11 | #define CBC_VERSION_MAJOR 2 |
---|
[1675] | 12 | |
---|
| 13 | /* Minor Version number of project */ |
---|
[1807] | 14 | #define CBC_VERSION_MINOR 7 |
---|
[1675] | 15 | |
---|
| 16 | /* Release Version number of project */ |
---|
[1807] | 17 | #define CBC_VERSION_RELEASE 9999 |
---|
Note: See
TracBrowser
for help on using the repository browser.