diff options
Diffstat (limited to 'deps/v8/src/version.cc')
-rw-r--r-- | deps/v8/src/version.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/v8/src/version.cc b/deps/v8/src/version.cc index 944cd4e1c2..b448032a6a 100644 --- a/deps/v8/src/version.cc +++ b/deps/v8/src/version.cc @@ -32,9 +32,9 @@ // 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 1 -#define MINOR_VERSION 3 -#define BUILD_NUMBER 18 +#define MAJOR_VERSION 2 +#define MINOR_VERSION 0 +#define BUILD_NUMBER 0 #define PATCH_LEVEL 0 #define CANDIDATE_VERSION false |