|
liborigin 2.0.0
|
Go to the source code of this file.
Defines | |
| #define | LIBORIGIN_VERSION |
| #define | LIBORIGIN_VERSION_BUGFIX 0 |
| #define | LIBORIGIN_VERSION_MAJOR 2 |
| #define | LIBORIGIN_VERSION_MINOR 0 |
| #define | LIBORIGIN_VERSION_STRING "2.0.0" |
| #define LIBORIGIN_VERSION |
((LIBORIGIN_VERSION_MAJOR << 24) | \ (LIBORIGIN_VERSION_MINOR << 16) | \ (LIBORIGIN_VERSION_BUGFIX << 8) )
| #define LIBORIGIN_VERSION_BUGFIX 0 |
| #define LIBORIGIN_VERSION_MAJOR 2 |
| #define LIBORIGIN_VERSION_MINOR 0 |
| #define LIBORIGIN_VERSION_STRING "2.0.0" |
Referenced by main().
1.7.3