diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2018-03-19 15:21:01 +0200 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2018-03-19 15:21:01 +0200 |
commit | 24b353162f0fe5fe231d643ba570e6bb4cf87d72 (patch) | |
tree | 635c4de289f524b973e6c8fea24cca088181d76c /cmake/wsrep.cmake | |
parent | f538a64817ce583fcce558303ae9d9b6aeecf838 (diff) | |
parent | 8b54c314863e7e9861470844e09c0453800748ae (diff) | |
download | mariadb-git-24b353162f0fe5fe231d643ba570e6bb4cf87d72.tar.gz |
Merge branch '10.0-galera' into 10.1
Diffstat (limited to 'cmake/wsrep.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 |