diff options
| author | Michael BrĂ¼ning <michael.bruning@qt.io> | 2021-08-20 10:33:34 +0200 |
|---|---|---|
| committer | Michael BrĂ¼ning <michael.bruning@qt.io> | 2021-08-20 12:56:00 +0000 |
| commit | 80ed2154da54b2c22da752e0061e84999d47c7a5 (patch) | |
| tree | 67575de9adc0496fa46cb9768fc0940c2339ef91 | |
| parent | 1c68d71eabf259fd47818a6641cd5de1a9fb23ea (diff) | |
| download | qtwebengine-chromium-80ed2154da54b2c22da752e0061e84999d47c7a5.tar.gz | |
Bump V8_PATCH_LEVEL
We do this to prevent problems, for example with stale caches, after
having backported patches to v8.
Change-Id: I761e06ba9b7413d6d89c9ba2d243340324dbf8c8
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
| -rw-r--r-- | chromium/v8/include/v8-version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/v8/include/v8-version.h b/chromium/v8/include/v8-version.h index 298c9f74e02..03bd3778ae6 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 32 +#define V8_PATCH_LEVEL 33 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) |
