blob: b7cf555824c4144b38fadf8093e5b59b30bd625c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
/// This file was autogenerated by CMake
#pragma once
// NOTE: has nothing common with DBMS_TCP_PROTOCOL_VERSION,
// only DBMS_TCP_PROTOCOL_VERSION should be incremented on protocol changes.
#define VERSION_REVISION 54477
#define VERSION_NAME "ClickHouse"
#define VERSION_MAJOR 23
#define VERSION_MINOR 8
#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.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;
#if !defined(VERSION_OFFICIAL)
# define VERSION_OFFICIAL ""
#endif
|