Browse Source

Intermediate changes

robot-piglet 1 year ago
parent
commit
dd4664b795

+ 1 - 1
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";

+ 5 - 5
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;

+ 4 - 4
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",