Skip to content

Commit

Permalink
bump the VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
dbart committed Apr 21, 2021
1 parent f3dc446 commit e1e19cf
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 @@ -22,10 +22,10 @@ cmake_minimum_required(VERSION 2.8)

SET(MARIADB_ODBC_VERSION_MAJOR 3)
SET(MARIADB_ODBC_VERSION_MINOR 1)
SET(MARIADB_ODBC_VERSION_PATCH 12)
SET(MARIADB_ODBC_VERSION_PATCH 13)
SET(MARIADB_ODBC_VERSION_QUALITY "ga")

SET(MARIADB_ODBC_VERSION "03.01.0012")
SET(MARIADB_ODBC_VERSION "03.01.0013")

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

0 comments on commit e1e19cf

Please sign in to comment.