Reviewers: Jakob,

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


[email protected]
BUG=
TEST=


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

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 817aa3a4ee28ed717469038dc7bb66631c7ecfb4..fb236c6e8dbe47a155c85fec943033fff4e7d220 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-09-13: Version 3.6.3
+
+        Implemented better support of typed arrays in the d8 shell.
+
+        Bug fixes and performance improvements on all platforms.
+
+
 2011-09-08: Version 3.6.2

         Added "dependencies" target to top-level Makefile.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index 46d08d26ce1f9faedff26f111b4c54514eb1f392..f1e1302c65978dc16b7386d85ce0a3acf99566a9 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     6
-#define BUILD_NUMBER      3
+#define BUILD_NUMBER      4
 #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