From 90e91310416ca15982a290b7fbaa87db20c9e83e Mon Sep 17 00:00:00 2001 From: Chris Koehnke Date: Fri, 15 May 2020 15:08:04 -0400 Subject: [PATCH] bump version to 6.8.10 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f3d31748..c9f953a1 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 6.8.9) +set(DRV_VERSION 6.8.10) set(VERSION_QUALIFIER $ENV{VERSION_QUALIFIER} CACHE STRING "Extra string to append to the install directory name")