Revision: 10364 Author: [email protected] Date: Tue Jan 10 04:13:05 2012 Log: Update patch level version to reflect back port of string hash collision fix. Review URL: http://codereview.chromium.org/9167007 http://code.google.com/p/v8/source/detail?r=10364
Modified: /branches/3.6/src/version.cc ======================================= --- /branches/3.6/src/version.cc Mon Dec 19 04:50:44 2011 +++ /branches/3.6/src/version.cc Tue Jan 10 04:13:05 2012 @@ -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
