MXS-951: Update connector version

The 2.3.2 version of the Connector/C has the fix for the missing character
sets and collations.
This commit is contained in:
Markus Mäkelä 2017-01-17 21:54:11 +02:00
parent 5fc7b277da
commit 338c625b9a

View File

@ -9,7 +9,7 @@ set(MARIADB_CONNECTOR_C_REPO "https://github.com/MariaDB/mariadb-connector-c.git
CACHE STRING "MariaDB Connector-C Git repository")
# Release 2.2.3 of the Connector-C
set(MARIADB_CONNECTOR_C_TAG "v2.3.0"
set(MARIADB_CONNECTOR_C_TAG "v2.3.2"
CACHE STRING "MariaDB Connector-C Git tag")
ExternalProject_Add(connector-c