From a011e2b83fa089f625e5842a7f5d37126cb50b8e Mon Sep 17 00:00:00 2001 From: Michael Hablich Date: Thu, 13 Apr 2017 14:39:02 +0200 Subject: [PATCH] Updated version to 6.0 TBR=machenbach@chromium.org,vogelheim@chromium.org NOTRY=true Review-Url: https://codereview.chromium.org/2814993006 . Cr-Commit-Position: refs/heads/master@{#44642} --- include/v8-version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/v8-version.h b/include/v8-version.h index be34b7562e15..7e85a5948a43 100644 --- a/include/v8-version.h +++ b/include/v8-version.h @@ -8,8 +8,8 @@ // These macros define the version number for the current version. // NOTE these macros are used by some of the tool scripts and the build // system so their names cannot be changed without changing the scripts. -#define V8_MAJOR_VERSION 5 -#define V8_MINOR_VERSION 9 +#define V8_MAJOR_VERSION 6 +#define V8_MINOR_VERSION 0 #define V8_BUILD_NUMBER 0 #define V8_PATCH_LEVEL 0