From 3b380c31b1049727d71bc5b87350b89bf5626838 Mon Sep 17 00:00:00 2001 From: auto user Date: Mon, 11 Dec 2023 07:52:24 +0000 Subject: [PATCH] Auto update version to 12.0.267.9 --- V8_DEFAULT_VERSION.txt | 2 +- v8_c_api/src/v8include/v8-version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/V8_DEFAULT_VERSION.txt b/V8_DEFAULT_VERSION.txt index f9c0180..caaf124 100644 --- a/V8_DEFAULT_VERSION.txt +++ b/V8_DEFAULT_VERSION.txt @@ -1 +1 @@ -12.0.267.8 +12.0.267.9 diff --git a/v8_c_api/src/v8include/v8-version.h b/v8_c_api/src/v8include/v8-version.h index a3da22d..31a6588 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 12 #define V8_MINOR_VERSION 0 #define V8_BUILD_NUMBER 267 -#define V8_PATCH_LEVEL 8 +#define V8_PATCH_LEVEL 9 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.)