Skip to content

Commit

Permalink
Bump version to 1.1.7 (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: Pavlo Mishchenko <[email protected]>
  • Loading branch information
pmishchenko-ua and pmishchenko-ua authored Nov 13, 2024
1 parent 084e85d commit 11c53f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version: 2.1
parameters:
driver-version:
type: string
default: "1.1.6"
default: "1.1.7"

commands:
setup-environment-linux:
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ SET(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum OS X deployment ver

SET(MARIADB_ODBC_VERSION_MAJOR 1)
SET(MARIADB_ODBC_VERSION_MINOR 1)
SET(MARIADB_ODBC_VERSION_PATCH 6)
SET(MARIADB_ODBC_VERSION_PATCH 7)
SET(MARIADB_ODBC_VERSION_QUALITY "ga")

SET(MARIADB_ODBC_VERSION "01.01.0006")
SET(MARIADB_ODBC_VERSION "01.01.0007")

IF(UNICODE OR NOT ANSI)
MESSAGE(STATUS "Configuring to build Unicode driver")
Expand Down

0 comments on commit 11c53f5

Please sign in to comment.