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/clickhouse/src | |
parent | 56f48209380ba0f90ddac5b49ba5b8f74e3c7382 (diff) | |
download | ydb-dd4664b795c01a992a52879bce85b2353ec0312c.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/clickhouse/src')
-rw-r--r-- | contrib/clickhouse/src/Storages/System/StorageSystemBuildOptions.generated.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
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", |