From c49c59df2986785bf7ae0cff01aa0fd5bc38ce9e Mon Sep 17 00:00:00 2001 From: Joe Gallo Date: Wed, 7 Jul 2021 10:37:26 -0400 Subject: [PATCH] Bump version after 7.13.3 release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bf011ba1..96154d4a 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.13.3) +set(DRV_VERSION 7.13.4) set(VERSION_QUALIFIER $ENV{VERSION_QUALIFIER} CACHE STRING "Extra string to append to the install directory name")