Update Connector-C version

There are various bug fixes for TLS/SSL connections as well as
reconnections. A large number of compiler warnings were also removed.
This commit is contained in:
Markus Mäkelä 2018-08-11 21:51:59 +03:00
parent 804991404e
commit 33488e1a1f
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

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")
# Connector-C tag to use
set(MARIADB_CONNECTOR_C_TAG "v3.0.3"
set(MARIADB_CONNECTOR_C_TAG "v3.0.6"
CACHE STRING "MariaDB Connector-C Git tag")
ExternalProject_Add(connector-c