webrtc/third_party/libvpx/source/config/win/x64/vpx_version.h
2012-03-21 16:52:03 +00:00

8 lines
294 B
C

#define VERSION_MAJOR 1
#define VERSION_MINOR 0
#define VERSION_PATCH 0
#define VERSION_EXTRA "108-g6b66c01"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.0.0-108-g6b66c01"
#define VERSION_STRING " v1.0.0-108-g6b66c01"