| Index: third_party/libvpx/source/config/vpx_version.h
|
| diff --git a/third_party/libvpx/source/config/vpx_version.h b/third_party/libvpx/source/config/vpx_version.h
|
| index ecb367069c4fe2b887b8eb1c28c70f1cffeb322b..c833759bedbb54e5e7f3e89ff9c014a28e9da09c 100644
|
| --- a/third_party/libvpx/source/config/vpx_version.h
|
| +++ b/third_party/libvpx/source/config/vpx_version.h
|
| @@ -1,7 +1,7 @@
|
| #define VERSION_MAJOR 1
|
| #define VERSION_MINOR 6
|
| #define VERSION_PATCH 0
|
| -#define VERSION_EXTRA "299-gfe4dd4f"
|
| +#define VERSION_EXTRA "308-g1c07abc"
|
| #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
|
| -#define VERSION_STRING_NOSP "v1.6.0-299-gfe4dd4f"
|
| -#define VERSION_STRING " v1.6.0-299-gfe4dd4f"
|
| +#define VERSION_STRING_NOSP "v1.6.0-308-g1c07abc"
|
| +#define VERSION_STRING " v1.6.0-308-g1c07abc"
|
|
|