summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <michael.bruning@qt.io>2021-05-20 12:42:18 +0200
committerMichael BrĂ¼ning <michael.bruning@qt.io>2021-05-20 13:44:35 +0000
commit12ecfd11e326219ef185e7fdd6d967985fc57599 (patch)
treee307232e07459c8cdb1e91dcbd378fd436e56f63
parentb498f4ce3f542882767238ea9f01eb85de6c6fda (diff)
Bump V8_PATCH_LEVEL
Some backported patches to v8 require us to update the version string, otherwise stale cache files might not be cleaned properly. The V8_PATCH_LEVEL will de facto be decoupled from its upstream counterpart, but that should not matter in practice. Fixes: QTBUG-93744 Change-Id: I77d0d2a5b011955d22e6ae4c2eb45406f4c52863 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 cc87cda0776..298c9f74e02 100644
--- a/chromium/v8/include/v8-version.h
+++ b/chromium/v8/include/v8-version.h
@@ -11,7 +11,7 @@
#define V8_MAJOR_VERSION 8
#define V8_MINOR_VERSION 7
#define V8_BUILD_NUMBER 220
-#define V8_PATCH_LEVEL 31
+#define V8_PATCH_LEVEL 32
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)