gecko-dev/media/libvpx/vpx_version.h
Ralph Giles 307e5968d6 Bug 1063356 - Update libvpx source. r=kinetik
Results of running ./update.py --ndk ~/android/android-ndk-r9
    --commit c731d6a4f19eea861ceb2ff31399420b2452eb74
2014-10-07 09:49:40 -07:00

8 lines
297 B
C

#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_PATCH 0
#define VERSION_EXTRA "4207-gc731d6a"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.3.0-4207-gc731d6a"
#define VERSION_STRING " v1.3.0-4207-gc731d6a"