webrtc/third_party/libvpx/source/config/linux/arm-neon/vpx_version.h
leozwang@webrtc.org 6aa529ca1b Update libvpx configuration files
TBR=stefan@webrtc.org

BUG=
TEST=build on android
Review URL: https://webrtc-codereview.appspot.com/460001

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1922 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-03-21 21:28:33 +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"