diff --git a/DEPS b/DEPS index e797422e5..af7600e0e 100644 --- a/DEPS +++ b/DEPS @@ -13,7 +13,8 @@ vars = { "googlecode_url": "http://%s.googlecode.com/svn", "chromium_trunk" : "http://src.chromium.org/svn/trunk", # chrome://version/ for revision of canary Chrome. - "chromium_revision": "232627", + # http://chromium-status.appspot.com/lkgr is a last known good revision. + "chromium_revision": "255773", } # NOTE: Prefer revision numbers to tags for svn deps. Use http rather than diff --git a/README.chromium b/README.chromium index 419332a12..e0a263a8b 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 986 +Version: 989 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 9b3cacfd2..0b3fb9b50 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 986 +#define LIBYUV_VERSION 989 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT