From 712f3c042bedb02475c58c2d1b34c7a6e1777f97 Mon Sep 17 00:00:00 2001 From: Bogdan Pintea Date: Tue, 13 Jul 2021 16:43:48 +0200 Subject: [PATCH] Bump 7.x to 7.15 Bump 7.x to 7.15 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 916d3ed2..d731af0e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ set(DRIVER_BASE_NAME elasticodbc CACHE STRING "The base name of the driver") # driver's version -set(DRV_VERSION 7.14.0) +set(DRV_VERSION 7.15.0) set(VERSION_QUALIFIER $ENV{VERSION_QUALIFIER} CACHE STRING "Extra string to append to the install directory name")