From d4f8d1964088fb7f710971a325f5167612e62f03 Mon Sep 17 00:00:00 2001 From: Brian Seeders Date: Wed, 10 Apr 2024 11:56:02 -0400 Subject: [PATCH] Bump to version 7.17.21 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ea68cf53..b656d339 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.20) +set(DRV_VERSION 7.17.21) set(VERSION_QUALIFIER $ENV{VERSION_QUALIFIER} CACHE STRING "Extra string to append to the install directory name")