From 5c56c52bc1f62311feea6cd0fe698bc98d75b077 Mon Sep 17 00:00:00 2001 From: Bogdan Pintea Date: Wed, 23 Oct 2019 16:32:47 +0200 Subject: [PATCH] Version bump from 6.8.4 to 6.8.5 (#192) Version bump from 6.8.4 to 6.8.5. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 16170281..c0871ac4 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.4) +set(DRV_VERSION 6.8.5) set(VERSION_QUALIFIER $ENV{VERSION_QUALIFIER} CACHE STRING "Extra string to append to the install directory name")