From de74e8dd2f348a75a0269951864dd27809475fad Mon Sep 17 00:00:00 2001 From: Craig Taverner Date: Thu, 30 Mar 2023 16:40:12 +0200 Subject: [PATCH] Bump to version 8.7.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 40e1e07e..79d812a1 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 8.7.0) +set(DRV_VERSION 8.7.1) set(VERSION_QUALIFIER $ENV{VERSION_QUALIFIER} CACHE STRING "Extra string to append to the install directory name")