summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <michael.bruning@qt.io>2022-03-01 11:25:31 +0100
committerMichael BrĂ¼ning <michael.bruning@qt.io>2022-03-01 10:33:50 +0000
commitb33b4266df8c333d3d273ae4665d6b322eee33c6 (patch)
tree8d4ec810344a72e332d69b159b53a488fa14d0ab
parent6b6962983227188b776272f71a28301e85ab842c (diff)
downloadqtwebengine-chromium-b33b4266df8c333d3d273ae4665d6b322eee33c6.tar.gz
Bump V8_PATCH_LEVEL
Change-Id: I54ed80ac1ec1ffe2d4ad29812e5b8197a9bdabde Reviewed-by: Allan Sandfeld Jensen <allan.jensen@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 8a068c2bc4d..dbc05c6a7f8 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 34
+#define V8_PATCH_LEVEL 35
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)