We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c39d4 commit a85a982Copy full SHA for a85a982
clickhouse/client.cpp
@@ -20,8 +20,8 @@
20
#endif
21
22
#define DBMS_NAME "ClickHouse"
23
-#define DBMS_VERSION_MAJOR 1
24
-#define DBMS_VERSION_MINOR 2
+#define DBMS_VERSION_MAJOR 2
+#define DBMS_VERSION_MINOR 1
25
26
#define DBMS_MIN_REVISION_WITH_TEMPORARY_TABLES 50264
27
#define DBMS_MIN_REVISION_WITH_TOTAL_ROWS_IN_PROGRESS 51554
0 commit comments