Reviewers: Jakob,

Description:
Prepare push to trunk.  Now working on version 3.6.0.
[email protected]


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

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 2deff908085aca30aeaa9f9baac26b262d1b960d..5baa0032adf0b93a5b0c267140beb1100036b4e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2011-08-31: Version 3.5.10
+
+        Added dependency of v8_base on WinSocket2 Windows library in
+        the GYP-build.
+
+        Introduced temporal dead zone behaviour for let bindings.
+
+        Various bugfixes.
+
+
 2011-08-29: Version 3.5.9

         Made FromPropertyDescriptor not trigger inherited setters.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index e30aac3bc4eb528f4c9703a34a55ed735f825ed9..81948109ff235b2a3e238abe130671d6f41898b7 100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -33,8 +33,8 @@
 // NOTE these macros are used by the SCons build script so their names
 // cannot be changed without changing the SCons build script.
 #define MAJOR_VERSION     3
-#define MINOR_VERSION     5
-#define BUILD_NUMBER      10
+#define MINOR_VERSION     6
+#define BUILD_NUMBER      0
 #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