Reviewers: Erik Corry,

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


[email protected]
BUG=
TEST=


Please review this at http://codereview.chromium.org/8465016/

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 0bc054153a249a66a88b6fcf2426a9f715045ccc..301f11b5673cd02686d598b357e0f32fd0f47a50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-11-10: Version 3.7.5
+
+        Added initial gyp infrastructure for MIPS.
+
+       Implemented performance improvements to the incremental garbage 
collector.
+
+       Added optimizations and stability improvements on all platforms.
+
+
 2011-11-07: Version 3.7.4

Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index e217132ae7fe9a896e161737f4318b9f30e9c13e..5eb143b100585ebf7e6be8a1cca0fa40aa1c2d1a 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     7
-#define BUILD_NUMBER      5
+#define BUILD_NUMBER      6
 #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