Skip to content

Commit

Permalink
bump the VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
dbart committed Oct 29, 2021
1 parent 9a91685 commit 80ac5f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ cmake_minimum_required(VERSION 2.8)

SET(MARIADB_ODBC_VERSION_MAJOR 3)
SET(MARIADB_ODBC_VERSION_MINOR 1)
SET(MARIADB_ODBC_VERSION_PATCH 14)
SET(MARIADB_ODBC_VERSION_PATCH 15)
SET(MARIADB_ODBC_VERSION_QUALITY "ga")

SET(MARIADB_ODBC_VERSION "03.01.0014")
SET(MARIADB_ODBC_VERSION "03.01.0015")

SET(MARIADB_DEFAULT_PLUGINS_SUBDIR "plugin")
CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/ma_odbc_version.h.in
Expand Down

0 comments on commit 80ac5f2

Please sign in to comment.