Prepare push of version 2.4.2 to trunk.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5424 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
ager@chromium.org 2010-09-08 06:20:09 +00:00
parent 8c595da419
commit d6b50d5a12
2 changed files with 30 additions and 20 deletions

View File

@ -1,3 +1,13 @@
2010-09-08: Version 2.4.2
Fixed GC crash bug.
Fixed stack corruption bug.
Fixed compilation for newer C++ compilers that found Operand(0)
ambiguous.
2010-09-06: Version 2.4.1
Added the ability for an embedding application to receive a callback

View File

@ -34,7 +34,7 @@
// cannot be changed without changing the SCons build script.
#define MAJOR_VERSION 2
#define MINOR_VERSION 4
#define BUILD_NUMBER 2
#define BUILD_NUMBER 3
#define PATCH_LEVEL 0
#define CANDIDATE_VERSION true