From c12f4e69096a7ac9d5bdf9fb8150680a12e093f5 Mon Sep 17 00:00:00 2001 From: Denis Glazachev Date: Sat, 26 Dec 2020 18:30:31 +0400 Subject: [PATCH] Bump version to 1.1.9.20201226 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 71694fa6b..ec585c88f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ include (cmake/prevent_in_source_builds.cmake) project ( clickhouse-odbc - VERSION 1.1.8.20200710 + VERSION 1.1.9.20201226 DESCRIPTION "The official ODBC driver implementation for accessing ClickHouse as a data source." HOMEPAGE_URL "https://github.com/ClickHouse/clickhouse-odbc" LANGUAGES C CXX