summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <michael.bruning@qt.io>2021-11-15 10:51:20 +0100
committerMichael BrĂ¼ning <michael.bruning@qt.io>2021-11-16 15:16:29 +0000
commit7006ba6488773d8acef697c23d6d952a799f9a71 (patch)
tree7e8af56aaf8285335e02c01c4756b705e4b4c246
parentb249cd9b6455cafacb8f7c99d300cefc59881cc2 (diff)
downloadqtwebengine-chromium-7006ba6488773d8acef697c23d6d952a799f9a71.tar.gz
Bump V8_PATCH_LEVEL
Might not strictly be necessary, but does not hurt and it's better to be safe than sorry. Change-Id: I2e860cc4f22ffce138bfe187a473893905c0645d 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 8dacc30c340..5f44174050d 100644
--- a/chromium/v8/include/v8-version.h
+++ b/chromium/v8/include/v8-version.h
@@ -11,7 +11,7 @@
#define V8_MAJOR_VERSION 6
#define V8_MINOR_VERSION 9
#define V8_BUILD_NUMBER 427
-#define V8_PATCH_LEVEL 32
+#define V8_PATCH_LEVEL 33
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)