Revision: 9097 Author: [email protected] Date: Thu Sep 1 05:17:33 2011 Log: Fix incorrect version numbering.
Version 3.5.10 was released yesterday, but numbered incorrectly. [email protected] BUG= TEST= Review URL: http://codereview.chromium.org/7827011 http://code.google.com/p/v8/source/detail?r=9097 Modified: /trunk/src/version.cc ======================================= --- /trunk/src/version.cc Wed Aug 31 02:03:56 2011 +++ /trunk/src/version.cc Thu Sep 1 05:17:33 2011 @@ -33,8 +33,8 @@ // NOTE these macros are used by the SCons build script so their names // cannot be changed without changing the SCons build script. #define MAJOR_VERSION 3 -#define MINOR_VERSION 6 -#define BUILD_NUMBER 0 +#define MINOR_VERSION 5 +#define BUILD_NUMBER 10 #define PATCH_LEVEL 0 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
