diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2018-03-21 10:36:49 +0200 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2018-03-21 10:36:49 +0200 |
commit | 82aeb6b59640b9733c4026bda71887720153b70a (patch) | |
tree | 06ea8909b396e3a16042437b9574a85ee0156487 /cmake | |
parent | 34b03da2114892d96af651a953f6c2527437ad15 (diff) | |
parent | eee73ddfbb29816320c9fc78c8ff1012cac6567a (diff) | |
download | mariadb-git-82aeb6b59640b9733c4026bda71887720153b70a.tar.gz |
Merge branch '10.1' into 10.2
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/wsrep.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/wsrep.cmake b/cmake/wsrep.cmake index b5dc8b9f157..9fa127380a4 100644 --- a/cmake/wsrep.cmake +++ b/cmake/wsrep.cmake @@ -26,7 +26,7 @@ ENDIF() OPTION(WITH_WSREP "WSREP replication API (to use, e.g. Galera Replication library)" ${with_wsrep_default}) # Set the patch version -SET(WSREP_PATCH_VERSION "21") +SET(WSREP_PATCH_VERSION "23") # Obtain wsrep API version FILE(STRINGS "${MySQL_SOURCE_DIR}/wsrep/wsrep_api.h" WSREP_API_VERSION |