From 251fd99cb8964ed289db68c64c9a34eb6496a675 Mon Sep 17 00:00:00 2001 From: Jake Landis Date: Tue, 25 Jun 2019 08:53:19 -0500 Subject: [PATCH] bump version to 7.2.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e4ae1407..f37f866b 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.2.0) +set(DRV_VERSION 7.2.1) set(VERSION_QUALIFIER $ENV{VERSION_QUALIFIER} CACHE STRING "Extra string to append to the install directory name")