Revision: 12452 Author: [email protected] Date: Wed Sep 5 13:12:43 2012 Log: Fix version number to 3.12.19.6
[email protected] Review URL: https://chromiumcodereview.appspot.com/10914105 http://code.google.com/p/v8/source/detail?r=12452 Modified: /branches/3.12/src/version.cc ======================================= --- /branches/3.12/src/version.cc Tue Aug 21 01:56:54 2012 +++ /branches/3.12/src/version.cc Wed Sep 5 13:12:43 2012 @@ -35,7 +35,7 @@ #define MAJOR_VERSION 3 #define MINOR_VERSION 12 #define BUILD_NUMBER 19 -#define PATCH_LEVEL 5 +#define PATCH_LEVEL 6 // 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
