| 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 c833759bedbb54e5e7f3e89ff9c014a28e9da09c..a88abd15fb637b99c7162f82ec0589870423661c 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 "308-g1c07abc"
|
| +#define VERSION_EXTRA "314-g149d082"
|
| #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
|
| -#define VERSION_STRING_NOSP "v1.6.0-308-g1c07abc"
|
| -#define VERSION_STRING " v1.6.0-308-g1c07abc"
|
| +#define VERSION_STRING_NOSP "v1.6.0-314-g149d082"
|
| +#define VERSION_STRING " v1.6.0-314-g149d082"
|
|
|