Go to the documentation of this file.
32 #define LIBORIGIN_VERSION_MAJOR 3
33 #define LIBORIGIN_VERSION_MINOR 0
34 #define LIBORIGIN_VERSION_PATCH 3
35 #define LIBORIGIN_VERSION ((LIBORIGIN_VERSION_MAJOR << 24) | \
36 (LIBORIGIN_VERSION_MINOR << 16) | \
37 (LIBORIGIN_VERSION_PATCH << 8) )
38 #define LIBORIGIN_VERSION_STRING "3.0.3"