Reviewers: Jakob,

Description:
Prepare push to trunk.  Now working on version 3.9.11.


[email protected]
BUG=
TEST=


Please review this at https://chromiumcodereview.appspot.com/9455059/

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 b299d99b09d8db63dbce60b814ca20d4baa47364..ee577c0fc29bcbf4e4cbc2c71a9936dc7e5f6f4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-02-24: Version 3.9.10
+
+        Fixed V8 issues 1322, 1772 and 1969.
+
+        Conformance improvements.
+
+        Performance and stability improvements on all platforms.
+
+
 2012-02-23: Version 3.9.9

         Supported fast case for-in in Crankshaft.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index 09220f846c8f7d764ba03b4d5c5a471b3c55dd8f..3dcd969b77e1ac3c351a59ee6dbf9635b4f0b4ce 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      10
+#define BUILD_NUMBER      11
 #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

Reply via email to