1 // This file is generated. Do not edit. 2 #ifndef VPX_VERSION_H_ 3 #define VPX_VERSION_H_ 4 #define VERSION_MAJOR 1 5 #define VERSION_MINOR 15 6 #define VERSION_PATCH 0 7 #define VERSION_EXTRA "1679-ge326c38abc" 8 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) 9 #define VERSION_STRING_NOSP "v1.15.0-1679-ge326c38abc" 10 #define VERSION_STRING " v1.15.0-1679-ge326c38abc" 11 #endif // VPX_VERSION_H_ 12