From bb22e3226af178eefcf89826c74d5df135b7859e Mon Sep 17 00:00:00 2001 From: Michael Hablich Date: Thu, 29 Nov 2018 13:21:42 +0100 Subject: [PATCH] Update V8 version to 7.3 TBR=machenbach@chromium.org Change-Id: Id131f9624b6cd8e72f45e0506644d9e9765fa6f2 Reviewed-on: https://chromium-review.googlesource.com/c/1354888 Reviewed-by: Michael Hablich Commit-Queue: Michael Hablich Cr-Commit-Position: refs/heads/master@{#57937} --- 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 6927dd4454..60fd3c2c3c 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 7 -#define V8_MINOR_VERSION 2 +#define V8_MINOR_VERSION 3 #define V8_BUILD_NUMBER 0 #define V8_PATCH_LEVEL 0