From de2f1167c7ca9bd8a4a174ce4139796580ab689a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 31 Mar 2024 12:24:04 +0300 Subject: [PATCH] Auto update version to 12.3.219.15 (#108) Co-authored-by: auto user --- 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 07698e6..29f4e63 100644 --- a/V8_DEFAULT_VERSION.txt +++ b/V8_DEFAULT_VERSION.txt @@ -1 +1 @@ -12.3.219.14 +12.3.219.15 diff --git a/v8_c_api/src/v8include/v8-version.h b/v8_c_api/src/v8include/v8-version.h index 6ae0806..66309d0 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 3 #define V8_BUILD_NUMBER 219 -#define V8_PATCH_LEVEL 14 +#define V8_PATCH_LEVEL 15 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.)