Go to the source code of this file.
Macros | |
| #define | APME_VERSION_MAJOR 0 |
| #define | APME_VERSION_MINOR 6 |
| #define | APME_VERSION_REVISION 99 |
| #define | APME_VERSION_NAME "Development" |
| #define | __APM_STR(x) #x |
| #define | APM_STR(x) __APM_STR(x) |
| #define | APME_VERSION_STRING |
| #define __APM_STR | ( | x) | #x |
Convert parameter to string
| #define APM_STR | ( | x) | __APM_STR(x) |
Expand macro x and convert it to string
| #define APME_VERSION_MAJOR 0 |
Major version number
| #define APME_VERSION_MINOR 6 |
Minor version number
| #define APME_VERSION_NAME "Development" |
Version codename
| #define APME_VERSION_REVISION 99 |
Revision number
| #define APME_VERSION_STRING |
The concatenated version string in human redable form
1.8.4