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

Unified Diff: src/api.cc

Issue 17202: Fixed incorrect candidate version. (Closed)
Patch Set: Created 11 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/api.cc
diff --git a/src/api.cc b/src/api.cc
index e227824212b9bda1b48a058ad43c2d7d23f169c8..f3a74ac0630c50560105cf5ab6525b2faf2312c8 100644
--- a/src/api.cc
+++ b/src/api.cc
@@ -2203,7 +2203,7 @@ bool v8::V8::Initialize() {
const char* v8::V8::GetVersion() {
- return "0.4.7";
+ return "0.4.8 (candidate)";
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698