webrtc/third_party/libvpx/source/config/win/ia32/vpx_version.h
2012-06-01 07:43:02 +00:00

8 lines
288 B
C

#define VERSION_MAJOR 1
#define VERSION_MINOR 1
#define VERSION_PATCH 0
#define VERSION_EXTRA "6-gdd6134b"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.1.0-6-gdd6134b"
#define VERSION_STRING " v1.1.0-6-gdd6134b"