Defining OpenCBM version.
More...
Go to the source code of this file.
|
#define | OPENCBM_VERSION_MAJOR 0 |
|
#define | OPENCBM_VERSION_MINOR 4 |
|
#define | OPENCBM_VERSION_SUBMINOR 99 |
|
#define | OPENCBM_VERSION_PATCHLEVEL 0 |
|
#define | OPENCBM_VERSION_DEVEL 99 |
|
#define | OPENCBM_BUILD_VERSION_HELP(_a) #_a |
|
#define | OPENCBM_BUILD_VERSION_STRING_PART(_a) OPENCBM_BUILD_VERSION_HELP(_a) |
|
#define | OPENCBM_BUILD_VERSION_STRING_RELEASE(_a, _b, _c) OPENCBM_BUILD_VERSION_HELP(_a) "." OPENCBM_BUILD_VERSION_HELP(_b) "." OPENCBM_BUILD_VERSION_HELP(_c) |
|
#define | OPENCBM_VERSION_STRING OPENCBM_BUILD_VERSION_STRING_RELEASE(OPENCBM_VERSION_MAJOR, OPENCBM_VERSION_MINOR, OPENCBM_VERSION_SUBMINOR) "." OPENCBM_BUILD_VERSION_STRING_PART( OPENCBM_VERSION_DEVEL) |
|
#define | CBM4WIN_VERSION_MAJOR OPENCBM_VERSION_MAJOR |
|
#define | CBM4WIN_VERSION_MINOR OPENCBM_VERSION_MINOR |
|
#define | CBM4WIN_VERSION_SUBMINOR OPENCBM_VERSION_SUBMINOR |
|
#define | CBM4WIN_VERSION_DEVEL OPENCBM_VERSION_DEVEL |
|
#define | CBM4WIN_VERSION_STRING OPENCBM_VERSION_STRING |
|
Defining OpenCBM version.
- Author
- Spiro Trikaliotis
Definition in file version.h.