From b0fce2a311f0ee4deaf31307e458e6834eadc4e8 Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Wed, 11 Jun 2014 00:01:40 +0000 Subject: [PATCH] bump chromium revision to 274825 - last known good release. BUG=none TESTED=try bots R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/15699004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1010 16f28f9a-4ce2-e073-06de-1de4eb20be90 --- DEPS | 2 +- README.chromium | 2 +- include/libyuv/version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index e4da8735a..fd71cb0d8 100644 --- a/DEPS +++ b/DEPS @@ -14,7 +14,7 @@ vars = { "chromium_trunk" : "http://src.chromium.org/svn/trunk", # chrome://version/ for revision of canary Chrome. # http://chromium-status.appspot.com/lkgr is a last known good revision. - "chromium_revision": "262938", + "chromium_revision": "274825", } # NOTE: Prefer revision numbers to tags for svn deps. Use http rather than diff --git a/README.chromium b/README.chromium index a3a5e842f..68dad8b6e 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 1009 +Version: 1010 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index ed33a7a6d..827344925 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 1009 +#define LIBYUV_VERSION 1010 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT