summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <michael.bruning@qt.io>2022-05-06 14:11:39 +0200
committerMichael BrĂ¼ning <michael.bruning@qt.io>2022-05-09 07:13:41 +0000
commitdd5f07966de18c3fc23a2dc5e2d853714e1ad61f (patch)
treedbde4d9a66a869cde7e2bcf4ad9f8f5a48dab909
parent558c604d1f7cb4c9633a2d47039cd79e9d904d54 (diff)
downloadqtwebengine-chromium-dd5f07966de18c3fc23a2dc5e2d853714e1ad61f.tar.gz
Bump V8_PATCH_LEVEL
Change-Id: I01b987cc5744a639210a7ed745e5714e713e2ac5 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
-rw-r--r--chromium/v8/include/v8-version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/v8/include/v8-version.h b/chromium/v8/include/v8-version.h
index dbc05c6a7f8..cdcf3cf1c7e 100644
--- a/chromium/v8/include/v8-version.h
+++ b/chromium/v8/include/v8-version.h
@@ -11,7 +11,7 @@
#define V8_MAJOR_VERSION 9
#define V8_MINOR_VERSION 0
#define V8_BUILD_NUMBER 257
-#define V8_PATCH_LEVEL 35
+#define V8_PATCH_LEVEL 36
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)