Revision: 9247 Author: [email protected] Date: Tue Sep 13 01:06:55 2011 Log: Prepare push to trunk. Now working on version 3.6.4.
[email protected] BUG= TEST= Review URL: http://codereview.chromium.org/7892002 http://code.google.com/p/v8/source/detail?r=9247 Modified: /branches/bleeding_edge/ChangeLog /branches/bleeding_edge/src/version.cc ======================================= --- /branches/bleeding_edge/ChangeLog Thu Sep 8 09:09:24 2011 +++ /branches/bleeding_edge/ChangeLog Tue Sep 13 01:06:55 2011 @@ -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. ======================================= --- /branches/bleeding_edge/src/version.cc Thu Sep 8 09:09:24 2011 +++ /branches/bleeding_edge/src/version.cc Tue Sep 13 01:06:55 2011 @@ -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
