Last change
on this file since 1854 was
1854,
checked in by stefan, 8 years ago
|
fix svn keywords property
|
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
597 bytes
|
Rev | Line | |
---|
[1660] | 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 */ |
---|
[1811] | 8 | #define CBC_VERSION "trunk" |
---|
[1660] | 9 | |
---|
| 10 | /* Major Version number of project */ |
---|
[1811] | 11 | #define CBC_VERSION_MAJOR 9999 |
---|
[1660] | 12 | |
---|
| 13 | /* Minor Version number of project */ |
---|
[1811] | 14 | #define CBC_VERSION_MINOR 9999 |
---|
[1660] | 15 | |
---|
| 16 | /* Release Version number of project */ |
---|
[1679] | 17 | #define CBC_VERSION_RELEASE 9999 |
---|
Note: See
TracBrowser
for help on using the repository browser.