Reviewers: Kasper Lund, Description: Missing patch number update. This should have been part of the r4514 update: "Fix search-for-string and replace global to avoid hangs and spurious exceptions." Now V8 version 2.1.10.11.
Please review this at http://codereview.chromium.org/1739012/show SVN Base: http://v8.googlecode.com/svn/branches/2.1/ Affected files: M src/version.cc Index: src/version.cc =================================================================== --- src/version.cc (revision 4518) +++ src/version.cc (working copy) @@ -35,7 +35,7 @@ #define MAJOR_VERSION 2 #define MINOR_VERSION 1 #define BUILD_NUMBER 10 -#define PATCH_LEVEL 10 +#define PATCH_LEVEL 11 #define CANDIDATE_VERSION false // Define SONAME to have the SCons build the put a specific SONAME into the -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
