Reviewers: Jakob,
Description:
Prepare push to trunk. Now working on version 3.12.17.
[email protected]
Please review this at https://chromiumcodereview.appspot.com/10824015/
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
047929ac159d8b05c981e4c0c97d66d6b8e1b8ca..33d488037e41cbec99d5d0871b66cf09ffbedca1
100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-07-25: Version 3.12.16
+
+ Performance and stability improvements on all platforms.
+
+
2012-07-24: Version 3.12.15
Added PRESERVE_ASCII_NULL option to String::WriteAscii.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
2baacaf21c119bc440098635bf969e58802213d7..078a888a342de1df2e31a17a3e53ea19765fc1bc
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 16
+#define BUILD_NUMBER 17
#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