Reviewers: Jakob,

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


[email protected]
BUG=
TEST=


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

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 4cad4c876154d1653f233fb37d34695eb1a97979..295d5e0d5d2fc9a6d93085d2009d71dde8de14e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2012-02-16: Version 3.9.7
+
+        Fix V8 issues 1322, 1878, 1942, 1942 and Chromium issue 113924.
+
+        Fix GCC-4.7 warnings.
+
+        Add Navier-Stokes benchmark.
+
+        Performance and stability improvements on all platforms.
+
+
 2012-02-14: Version 3.9.6

         Fix template-related linker error. (issue 1936)
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index 01c42057092eda64d81bdb38e72533dc264c80d7..47a0e8467bb5e336a6d386ba1a047ec1b6f1f2d1 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      7
+#define BUILD_NUMBER      8
 #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