blob: e44cba1f066ebc2049d7489341880aaf3844268a [file] [log] [blame]
#define VERSION_MAJOR 0
#define VERSION_MINOR 0
#define VERSION_PATCH 0
#define VERSION_EXTRA ""
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "Release"
#define VERSION_STRING " Release"