| 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 0abfdabd9cd82e4e482716bf51a62d8cf661d2bf..ecb367069c4fe2b887b8eb1c28c70f1cffeb322b 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 "278-g2d1e63d"
|
| +#define VERSION_EXTRA "299-gfe4dd4f"
|
| #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
|
| -#define VERSION_STRING_NOSP "v1.6.0-278-g2d1e63d"
|
| -#define VERSION_STRING " v1.6.0-278-g2d1e63d"
|
| +#define VERSION_STRING_NOSP "v1.6.0-299-gfe4dd4f"
|
| +#define VERSION_STRING " v1.6.0-299-gfe4dd4f"
|
|
|