aboutsummaryrefslogtreecommitdiff
path: root/third_party/libvpx/source/config/vpx_version.h
blob: 077ec82c38e8cc58de6a012f7cdc54f216c28dbd (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  "400-g36825590b"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.7.0-400-g36825590b"
#define VERSION_STRING      " v1.7.0-400-g36825590b"