From 4730c88e9309802ede63fd2adb3aecab3cd69a05 Mon Sep 17 00:00:00 2001 From: Mark Vieira Date: Fri, 6 Sep 2024 10:23:18 -0700 Subject: [PATCH] Bump version to 9.0.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 45f81238..545332de 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 8.16.0) +set(DRV_VERSION 9.0.0) set(VERSION_QUALIFIER $ENV{VERSION_QUALIFIER} CACHE STRING "Extra string to append to the install directory name")