Skip to content

Commit

Permalink
Bump version to 1.1.5
Browse files Browse the repository at this point in the history
Summary: Bump version for release

Test Plan: n/a

Reviewers: amakarovych-ua

Reviewed By: amakarovych-ua

Subscribers: engineering-list

Differential Revision: https://grizzly.internal.memcompute.com/D66872
  • Loading branch information
pmishchenko-ua committed Feb 20, 2024
1 parent 6d483b8 commit cafc9c3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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.4"
default: "1.1.5"

commands:
setup-environment-linux:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ 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 4)
SET(MARIADB_ODBC_VERSION_PATCH 5)
SET(MARIADB_ODBC_VERSION_QUALITY "ga")

SET(MARIADB_ODBC_VERSION "01.01.0004")
Expand Down
6 changes: 4 additions & 2 deletions build-local.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
set -eu pipefail
mkdir -p build && cd build
cmake .. -DCMAKE_BUILD_TYPE=DEBUG -DCONC_WITH_UNIT_TESTS=Off -DCMAKE_INSTALL_PREFIX=/usr/local -DWITH_SSL=OPENSSL
cmake --build . --config DEBUG
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCONC_WITH_UNIT_TESTS=Off -DCMAKE_INSTALL_PREFIX=/usr/local -DWITH_SSL=OPENSSL
cmake --build . --config RelWithDebInfo
cd ..

0 comments on commit cafc9c3

Please sign in to comment.