From 9b05ff0c09c8b272739d86e2413e694682fb165c Mon Sep 17 00:00:00 2001 From: Brian Seeders Date: Tue, 23 Jan 2024 12:33:34 -0500 Subject: [PATCH] Bump to version 7.17.18 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ca65a3b9..15b5cad0 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.17.17) +set(DRV_VERSION 7.17.18) set(VERSION_QUALIFIER $ENV{VERSION_QUALIFIER} CACHE STRING "Extra string to append to the install directory name")