Chromium Code Reviews

Unified Diff: src/api.cc

Issue 92066: Prepare to push version 1.2.0 to trunk. Now worker on version 1.2.1. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « ChangeLog ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/api.cc
===================================================================
--- src/api.cc (revision 1777)
+++ src/api.cc (working copy)
@@ -2422,7 +2422,7 @@
const char* v8::V8::GetVersion() {
- return "1.1.11 (candidate)";
+ return "1.2.1 (candidate)";
}
« no previous file with comments | « ChangeLog ('k') | no next file » | no next file with comments »

Powered by Google App Engine