summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2022-04-05 16:56:24 +0200
committerMichal Klocek <michal.klocek@qt.io>2022-04-06 14:33:49 +0000
commit5cd4e9af5765778abc0380fc0fc6e06c43fcdfe9 (patch)
tree37a4046f7270cc9aea83cc542a2a2ee19e81eb46
parent7f9014bd03d1afeed4f313710f8b38ddd57f0adc (diff)
downloadqtwebengine-chromium-5cd4e9af5765778abc0380fc0fc6e06c43fcdfe9.tar.gz
Bump V8_PATCH_LEVEL
Change-Id: I4d0b278e40bec4448521529bf992643532471ea5 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 a4ef2015e02..e5dea8c1039 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 4
#define V8_BUILD_NUMBER 146
-#define V8_PATCH_LEVEL 24
+#define V8_PATCH_LEVEL 25
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)