|
Demo 0.0.1
Example C++ project
|
Go to the source code of this file.
Macros | |
| #define | DEMO_VERSION_STRING "0.0.1" |
| #define | DEMO_VERSION_MAJOR 0 |
| #define | DEMO_VERSION_MINOR 0 |
| #define | DEMO_VERSION_PATCH 1 |
| #define | DEMO_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + (c)) |
| #define | DEMO_VERSION_NUMBER DEMO_VERSION(0, 0, 1) |
| #define DEMO_VERSION | ( | a, | |
| b, | |||
| c ) (((a) << 16) + ((b) << 8) + (c)) |
| #define DEMO_VERSION_MAJOR 0 |
| #define DEMO_VERSION_MINOR 0 |
| #define DEMO_VERSION_NUMBER DEMO_VERSION(0, 0, 1) |
| #define DEMO_VERSION_PATCH 1 |
| #define DEMO_VERSION_STRING "0.0.1" |