diff --git a/V8_DEFAULT_VERSION.txt b/V8_DEFAULT_VERSION.txt index bd09e09..9753bdb 100644 --- a/V8_DEFAULT_VERSION.txt +++ b/V8_DEFAULT_VERSION.txt @@ -1 +1 @@ -11.8.172.16 +11.8.172.17 diff --git a/v8_c_api/src/v8include/v8-version.h b/v8_c_api/src/v8include/v8-version.h index bdec4d8..074d0e9 100644 --- a/v8_c_api/src/v8include/v8-version.h +++ b/v8_c_api/src/v8include/v8-version.h @@ -11,7 +11,7 @@ #define V8_MAJOR_VERSION 11 #define V8_MINOR_VERSION 8 #define V8_BUILD_NUMBER 172 -#define V8_PATCH_LEVEL 16 +#define V8_PATCH_LEVEL 17 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.)