Reviewers: ulan,
Description:
Prepare push to trunk. Now working on version 3.9.12.
[email protected]
BUG=
TEST=
Please review this at https://chromiumcodereview.appspot.com/9455087/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M ChangeLog
M src/version.cc
Index: ChangeLog
diff --git a/ChangeLog b/ChangeLog
index
ee577c0fc29bcbf4e4cbc2c71a9936dc7e5f6f4c..8922db6400d533157b2a56095b4a8792f14c8982
100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-27: Version 3.9.11
+
+ Make 'module' a context-sensitive keyword (V8 issue 1957).
+
+
2012-02-24: Version 3.9.10
Fixed V8 issues 1322, 1772 and 1969.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
3dcd969b77e1ac3c351a59ee6dbf9635b4f0b4ce..7bd900c22587886699f364b881f83f4a3f58dfd7
100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -34,7 +34,7 @@
// cannot be changed without changing the SCons build script.
#define MAJOR_VERSION 3
#define MINOR_VERSION 9
-#define BUILD_NUMBER 11
+#define BUILD_NUMBER 12
#define PATCH_LEVEL 0
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev