Go to the documentation of this file. 32 #define LIBORIGIN_VERSION_MAJOR 2 33 #define LIBORIGIN_VERSION_MINOR 0 34 #define LIBORIGIN_VERSION_BUGFIX 0 35 #define LIBORIGIN_VERSION ((LIBORIGIN_VERSION_MAJOR << 24) | \ 36 (LIBORIGIN_VERSION_MINOR << 16) | \ 37 (LIBORIGIN_VERSION_BUGFIX << 8) ) 38 #define LIBORIGIN_VERSION_STRING "2.0.0" 40 #endif // ifndef CONFIG_H