Use preliminary 2.3.3 release of Connector/C

The new version has fixed a bug which MaxScale depends on.
This commit is contained in:
Markus Mäkelä 2017-01-30 19:20:46 +02:00
parent fdee329198
commit 443af1aee3

View File

@ -10,8 +10,8 @@ include(ExternalProject)
set(MARIADB_CONNECTOR_C_REPO "https://github.com/MariaDB/mariadb-connector-c.git"
CACHE STRING "MariaDB Connector-C Git repository")
# Release 2.3.2 of the Connector-C
set(MARIADB_CONNECTOR_C_TAG "v2.3.2"
# Release 2.3.3 (preliminary) of the Connector-C
set(MARIADB_CONNECTOR_C_TAG "v2.3.3_pre"
CACHE STRING "MariaDB Connector-C Git tag")
ExternalProject_Add(connector-c