diff --git a/DEPS b/DEPS index 0f6c9582a..7e866873c 100644 --- a/DEPS +++ b/DEPS @@ -112,7 +112,7 @@ hooks = [ # A change to a .gyp, .gypi, or to GYP itself should run the generator. "pattern": ".", "action": ["python", Var("root_dir") + "/build/gyp_chromium", - "--depth=" + Var("root_dir"), Var("root_dir") + "/libyuv_test.gyp", + "--depth=" + Var("root_dir"), Var("root_dir") + "/all.gyp", Var("extra_gyp_flag")], }, { diff --git a/README.chromium b/README.chromium index 94a51b37d..07aefeb18 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 873 +Version: 874 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 9ee12307e..c5a5b5861 100644 --- a/include/libyuv/version.h +++ b/include/libyuv/version.h @@ -11,6 +11,6 @@ #ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT #define INCLUDE_LIBYUV_VERSION_H_ -#define LIBYUV_VERSION 873 +#define LIBYUV_VERSION 874 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT