summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <michael.bruning@qt.io>2022-06-15 00:26:23 +0200
committerMichael BrĂ¼ning <michael.bruning@qt.io>2022-06-16 19:53:45 +0000
commit989a1ef9ff6b90cd349ad3f4f4c0669ad991ca15 (patch)
tree0733dc6b12c40f9dd009a07e2af4b9178e975299
parentf5bab85d334114170c3c65e97d7517f25e7f3c5a (diff)
downloadqtwebengine-chromium-989a1ef9ff6b90cd349ad3f4f4c0669ad991ca15.tar.gz
Bump V8_PATCH_LEVEL
Change-Id: Ib9ce0b7750ca2a033b04d46b1d77b525a3a03b83 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 e5dea8c1039..7f77900fb9b 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 25
+#define V8_PATCH_LEVEL 26
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)