From 60e07465797a58f10a5665e54b0e1c45c436a3c8 Mon Sep 17 00:00:00 2001 From: Bogdan Pintea Date: Tue, 1 Oct 2019 17:01:33 +0200 Subject: [PATCH] bump version to 7.4.1 bump version to 7.4.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 45e61825..a8ac02a9 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.4.0) +set(DRV_VERSION 7.4.1) set(VERSION_QUALIFIER $ENV{VERSION_QUALIFIER} CACHE STRING "Extra string to append to the install directory name")