diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-11-26 11:37:43 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-11-26 12:02:08 +0300 |
commit | dd4664b795c01a992a52879bce85b2353ec0312c (patch) | |
tree | c1396b5062499570a8f0d8cc45e9e75db2f2b6ea /contrib | |
parent | 56f48209380ba0f90ddac5b49ba5b8f74e3c7382 (diff) | |
download | ydb-dd4664b795c01a992a52879bce85b2353ec0312c.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib')
3 files changed, 10 insertions, 10 deletions
diff --git a/contrib/clickhouse/includes/configs/config_version.cpp b/contrib/clickhouse/includes/configs/config_version.cpp index f59bf8089d..c6a011be40 100644 --- a/contrib/clickhouse/includes/configs/config_version.cpp +++ b/contrib/clickhouse/includes/configs/config_version.cpp @@ -1,3 +1,3 @@ /// This file was autogenerated by CMake -const char * VERSION_GITHASH = "812b95e14ba8cf744bf1d70e6de607cf130a79fa"; +const char * VERSION_GITHASH = "5e012a03bf208d0a713c721fd43c228a7dbebf1d"; diff --git a/contrib/clickhouse/includes/configs/config_version.h b/contrib/clickhouse/includes/configs/config_version.h index 7b2920046b..b7cf555824 100644 --- a/contrib/clickhouse/includes/configs/config_version.h +++ b/contrib/clickhouse/includes/configs/config_version.h @@ -8,13 +8,13 @@ #define VERSION_NAME "ClickHouse" #define VERSION_MAJOR 23 #define VERSION_MINOR 8 -#define VERSION_PATCH 8 -#define VERSION_STRING "23.8.8.1" +#define VERSION_PATCH 9 +#define VERSION_STRING "23.8.9.1" #define VERSION_STRING_SHORT "23.8" /* #undef VERSION_OFFICIAL */ -#define VERSION_FULL "ClickHouse 23.8.8.1" -#define VERSION_DESCRIBE "v23.8.8.1-lts" -#define VERSION_INTEGER 23008008 +#define VERSION_FULL "ClickHouse 23.8.9.1" +#define VERSION_DESCRIBE "v23.8.9.1-lts" +#define VERSION_INTEGER 23008009 /// These fields are frequently changing and we don't want to have them in the header file to allow caching. extern const char * VERSION_GITHASH; diff --git a/contrib/clickhouse/src/Storages/System/StorageSystemBuildOptions.generated.cpp b/contrib/clickhouse/src/Storages/System/StorageSystemBuildOptions.generated.cpp index 2ca0313362..79a7da1df0 100644 --- a/contrib/clickhouse/src/Storages/System/StorageSystemBuildOptions.generated.cpp +++ b/contrib/clickhouse/src/Storages/System/StorageSystemBuildOptions.generated.cpp @@ -2,11 +2,11 @@ const char * auto_config_build[] { - "VERSION_FULL", "ClickHouse 23.8.8.1", - "VERSION_DESCRIBE", "v23.8.8.1-lts", - "VERSION_INTEGER", "23008008", + "VERSION_FULL", "ClickHouse 23.8.9.1", + "VERSION_DESCRIBE", "v23.8.9.1-lts", + "VERSION_INTEGER", "23008009", "SYSTEM", "Linux", - "VERSION_GITHASH", "812b95e14ba8cf744bf1d70e6de607cf130a79fa", + "VERSION_GITHASH", "5e012a03bf208d0a713c721fd43c228a7dbebf1d", "VERSION_REVISION", "54477", "BUILD_TYPE", "MinSizeRel", "SYSTEM_PROCESSOR", "x86_64", |