|
DUECA/DUSIME
|
This file defines the current DUECA version and macros for version testing. More...
Macros | |
| #define | DUECA_VERSION_NUM |
| Numerical single version number. More... | |
| #define | DUECA_VERMAJOR 4 |
| DUECA's major version number. | |
| #define | DUECA_VERMINOR 2 |
| DUECA's minor version number. | |
| #define | DUECA_REVISION 7 |
| DUECA's revision number. | |
| #define | DUECA_VERSIONSTRING "4.2.7" |
| 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.