Changed version to 1.1 (fully compatible with 0.0) [#METR-20000].

This commit is contained in:
Alexey Milovidov 2016-05-18 17:15:54 +03:00
parent bc954ed5b9
commit b5c1280fbc

View File

@ -1,8 +1,8 @@
#pragma once
#define DBMS_NAME "ClickHouse"
#define DBMS_VERSION_MAJOR 0
#define DBMS_VERSION_MINOR 0
#define DBMS_VERSION_MAJOR 1
#define DBMS_VERSION_MINOR 1
#define DBMS_DEFAULT_HOST "localhost"
#define DBMS_DEFAULT_PORT 9000