Reviewers: Jakob,

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


[email protected]
BUG=
TEST=


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

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 2100cbcbf747fd315dca6527309f466ade3d1b65..64582e3bd5a91ba3e3058731feda42810c0bbd65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-07-06: Version 3.12.9
+
+        Fixed Chromium issue 136084.
+
+        Fixed V8 issue 2219.
+
+        Performance and stability improvements on all platforms.
+
+
 2012-07-05: Version 3.12.8

         Implemented TypedArray.set and ArrayBuffer.slice in d8.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index 1925a1d89a5a960439c1d30bd24f4b691eff1c17..a832f4578e9500a818ca70a37516214383a04f72 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     12
-#define BUILD_NUMBER      9
+#define BUILD_NUMBER      10
 #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