Revision: 8107 Author: [email protected] Date: Mon May 30 06:10:19 2011 Log: Set correct version number in trunk src/version.cc
Accidentially had 3.4.1, should be 3.4.0.1 Review URL: http://codereview.chromium.org/7084029 http://code.google.com/p/v8/source/detail?r=8107 Modified: /trunk/src/version.cc ======================================= --- /trunk/src/version.cc Mon May 30 04:17:41 2011 +++ /trunk/src/version.cc Mon May 30 06:10:19 2011 @@ -34,8 +34,8 @@ // cannot be changed without changing the SCons build script. #define MAJOR_VERSION 3 #define MINOR_VERSION 4 -#define BUILD_NUMBER 1 -#define PATCH_LEVEL 0 +#define BUILD_NUMBER 0 +#define PATCH_LEVEL 1 // 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
