Reviewers: Vyacheslav Egorov, Description: Update patch level version to reflect back port of string hash collision fix.
Please review this at http://codereview.chromium.org/9167007/ SVN Base: http://v8.googlecode.com/svn/branches/3.6/ Affected files: M src/version.cc Index: src/version.cc =================================================================== --- src/version.cc (revision 10353) +++ src/version.cc (working copy) @@ -35,7 +35,7 @@ #define MAJOR_VERSION 3 #define MINOR_VERSION 6 #define BUILD_NUMBER 6 -#define PATCH_LEVEL 15 +#define PATCH_LEVEL 16 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) #define IS_CANDIDATE_VERSION 0 -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
