Revision: 4519 Author: [email protected] Date: Tue Apr 27 13:29:25 2010 Log: 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. Review URL: http://codereview.chromium.org/1739012 http://code.google.com/p/v8/source/detail?r=4519
Modified: /branches/2.1/src/version.cc ======================================= --- /branches/2.1/src/version.cc Mon Apr 26 11:37:51 2010 +++ /branches/2.1/src/version.cc Tue Apr 27 13:29:25 2010 @@ -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
