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, 2023
1 parent 2f4a21b commit 836aef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -22,15 +22,15 @@ cmake_minimum_required(VERSION 2.8.12)
CMAKE_POLICY(SET CMP0048 NEW)
CMAKE_POLICY(SET CMP0040 OLD)
PROJECT(mariadb_connector_odbc
VERSION 3.2.0
VERSION 3.2.1
LANGUAGES CXX C)

SET(CMAKE_CXX_STANDARD 11)
SET(CMAKE_CXX_STANDARD_REQUIRED ON)

SET(MARIADB_ODBC_VERSION_QUALITY "alpha")

SET(MARIADB_ODBC_VERSION "03.02.0000")
SET(MARIADB_ODBC_VERSION "03.02.0001")

SET(MARIADB_DEFAULT_PLUGINS_SUBDIR "plugin")

Expand Down

0 comments on commit 836aef5

Please sign in to comment.