Dactyloidae/media/libaom/config/aom_version.h

7 lines
258 B
C
Raw Normal View History

2018-10-15 21:46:29 -05:00
#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"