Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10135)

Unified Diff: chrome/test/chromedriver/chrome/version.cc

Issue 22283004: [chromedriver] Release version 2.2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/chromedriver/test_expectations » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/chrome/version.cc
diff --git a/chrome/test/chromedriver/chrome/version.cc b/chrome/test/chromedriver/chrome/version.cc
index ed7e1e0ad31507a7e0f0d9e8f13ce64e4bad514c..5044936d9b078a45fd6cb9a275b634497b051bc3 100644
--- a/chrome/test/chromedriver/chrome/version.cc
+++ b/chrome/test/chromedriver/chrome/version.cc
@@ -14,7 +14,7 @@ const int kMinimumSupportedChromeVersion[] = {27, 0, 1453, 0};
} // namespace
// This variable must be able to be found and parsed by the upload script.
-const char kChromeDriverVersion[] = "2.1";
+const char kChromeDriverVersion[] = "2.2";
const int kMinimumSupportedChromeBuildNo = kMinimumSupportedChromeVersion[2];
« no previous file with comments | « no previous file | chrome/test/chromedriver/test_expectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698