|
Silicium
|
Go to the source code of this file.
Macros | |
| #define | SILICIUM_MAJOR_VERSION 0 |
| #define | SILICIUM_MINOR_VERSION 1 |
| #define | SILICIUM_PATCH_VERSION 0 |
| #define | SILICIUM_MAKE_VERSION(major, minor, patch) ((((major * 100) + minor) * 100) + patch) |
| #define | SILICIUM_VERSION SILICIUM_MAKE_VERSION(SILICIUM_MAJOR_VERSION, SILICIUM_MINOR_VERSION, SILICIUM_PATCH_VERSION) |
| #define SILICIUM_MAJOR_VERSION 0 |
| #define SILICIUM_MAKE_VERSION | ( | major, | |
| minor, | |||
| patch | |||
| ) | ((((major * 100) + minor) * 100) + patch) |
| #define SILICIUM_MINOR_VERSION 1 |
| #define SILICIUM_PATCH_VERSION 0 |
| #define SILICIUM_VERSION SILICIUM_MAKE_VERSION(SILICIUM_MAJOR_VERSION, SILICIUM_MINOR_VERSION, SILICIUM_PATCH_VERSION) |
1.8.10