webrtc/third_party/libvpx/source/config/mac/x64/vpx_version.h
stefan@webrtc.org b9c50b68bf Revert commit 1908.
Review URL: https://webrtc-codereview.appspot.com/452009

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1909 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-03-17 00:56:36 +00:00

8 lines
303 B
C

#define VERSION_MAJOR 0
#define VERSION_MINOR 9
#define VERSION_PATCH 7
#define VERSION_EXTRA "p1-268-ge479379"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "v0.9.7-p1-268-ge479379"
#define VERSION_STRING " v0.9.7-p1-268-ge479379"