From 03704f3d94113f8248819fa98e75801e70d48f8b Mon Sep 17 00:00:00 2001 From: Michael Hablich Date: Fri, 21 Aug 2015 14:40:27 +0200 Subject: [PATCH] Update version to 4.7 BUG= TBR=vogelheim@chromium.org,yangguo@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1304203002 . Cr-Commit-Position: refs/heads/master@{#30302} --- include/v8-version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/v8-version.h b/include/v8-version.h index 826795957..2fc9db2da 100644 --- a/include/v8-version.h +++ b/include/v8-version.h @@ -9,7 +9,7 @@ // 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 4 -#define V8_MINOR_VERSION 6 +#define V8_MINOR_VERSION 7 #define V8_BUILD_NUMBER 0 #define V8_PATCH_LEVEL 0 -- 2.34.1