From a433bb74555b35e1f155ac706cdd7725ee8fd1e2 Mon Sep 17 00:00:00 2001 From: Jake Landis Date: Mon, 2 Mar 2020 16:32:18 -0600 Subject: [PATCH] bump version to 6.8.8 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 36cc234c..24dd73dc 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.7) +set(DRV_VERSION 6.8.8) set(VERSION_QUALIFIER $ENV{VERSION_QUALIFIER} CACHE STRING "Extra string to append to the install directory name")