vendor/v8/src/version.cc in libv8-3.10.8.0 vs vendor/v8/src/version.cc in libv8-3.11.8.0

- old
+ new

@@ -31,10 +31,10 @@ // These macros define the version number for the current version. // 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 10 +#define MINOR_VERSION 11 #define BUILD_NUMBER 8 #define PATCH_LEVEL 0 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) #define IS_CANDIDATE_VERSION 0