DUECA/DUSIME
|
This file defines the current DUECA version and macros for version testing. More...
Macros | |
#define | DUECA_VERSION_NUM |
Numerical single version number. | |
#define | DUECA_VERMAJOR 4 |
DUECA's major version number. | |
#define | DUECA_VERMINOR 1 |
DUECA's minor version number. | |
#define | DUECA_REVISION 3 |
DUECA's revision number. | |
#define | DUECA_VERSIONSTRING "4.1.3" |
Version as a complete string. | |
#define | DUECA_VERSION(MAJOR, MINOR, REVISION) (MAJOR*1000000+MINOR*1000+REVISION) |
Calculate the numerical version. | |
This file defines the current DUECA version and macros for version testing.
#define DUECA_VERSION_NUM |
Numerical single version number.