update mariadb connector version for MDEV-14647

This commit is contained in:
Dapeng Huang 2018-01-19 09:38:17 +08:00
parent f7e08fdb47
commit 0363b85e13

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.3.3 (preliminary) of the Connector-C
set(MARIADB_CONNECTOR_C_TAG "v3.0.2"
set(MARIADB_CONNECTOR_C_TAG "v3.0.3"
CACHE STRING "MariaDB Connector-C Git tag")
ExternalProject_Add(connector-c