summaryrefslogtreecommitdiff
path: root/chromium/third_party/libvpx/source/config/vpx_version.h
blob: d208d662f33ff8ca695b1fef64d75c5186c34f39 (plain)
1
2
3
4
5
6
7
8
// This file is generated. Do not edit.
#define VERSION_MAJOR  1
#define VERSION_MINOR  7
#define VERSION_PATCH  0
#define VERSION_EXTRA  "387-ge27a33177"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.7.0-387-ge27a33177"
#define VERSION_STRING      " v1.7.0-387-ge27a33177"