diff --git a/DEPS b/DEPS index e183a4cfc..cc1025da7 100644 --- a/DEPS +++ b/DEPS @@ -12,7 +12,7 @@ vars = { # If you do not know, use the full path while defining your new deps entry. "googlecode_url": "http://%s.googlecode.com/svn", "chromium_trunk" : "http://src.chromium.org/svn/trunk", - "chromium_revision": "167318", + "chromium_revision": "175264", } # NOTE: Prefer revision numbers to tags for svn deps. Use http rather than diff --git a/README.chromium b/README.chromium index 0321f8cf8..d7d3dc682 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 525 +Version: 526 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 55b9d851e..65d4fdb4b 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 525 +#define LIBYUV_VERSION 526 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT