From 7006ba6488773d8acef697c23d6d952a799f9a71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Br=C3=BCning?= Date: Mon, 15 Nov 2021 10:51:20 +0100 Subject: Bump V8_PATCH_LEVEL Might not strictly be necessary, but does not hurt and it's better to be safe than sorry. Change-Id: I2e860cc4f22ffce138bfe187a473893905c0645d Reviewed-by: Allan Sandfeld Jensen --- chromium/v8/include/v8-version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromium/v8/include/v8-version.h b/chromium/v8/include/v8-version.h index 8dacc30c340..5f44174050d 100644 --- a/chromium/v8/include/v8-version.h +++ b/chromium/v8/include/v8-version.h @@ -11,7 +11,7 @@ #define V8_MAJOR_VERSION 6 #define V8_MINOR_VERSION 9 #define V8_BUILD_NUMBER 427 -#define V8_PATCH_LEVEL 32 +#define V8_PATCH_LEVEL 33 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) -- cgit v1.2.1