Commit c3833657 authored by lrn@chromium.org's avatar lrn@chromium.org

Prepare push to trunk. Now working on version 2.3.7.

Review URL: http://codereview.chromium.org/3017063

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5207 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 53690b68
2010-08-09: Version 2.3.6
RegExp literals create a new object every time they are evaluated
(issue 704).
Object.seal and Object.freeze return the modified object (issue 809).
Fix building using GCC 4.4.4.
2010-08-04: Version 2.3.5 2010-08-04: Version 2.3.5
Added support for ES5 property names. Object initialisers and Added support for ES5 property names. Object initialisers and
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
// cannot be changed without changing the SCons build script. // cannot be changed without changing the SCons build script.
#define MAJOR_VERSION 2 #define MAJOR_VERSION 2
#define MINOR_VERSION 3 #define MINOR_VERSION 3
#define BUILD_NUMBER 6 #define BUILD_NUMBER 7
#define PATCH_LEVEL 0 #define PATCH_LEVEL 0
#define CANDIDATE_VERSION true #define CANDIDATE_VERSION true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment