diff options
author | Philip Stoev <philip.stoev@galeracluster.com> | 2016-11-08 15:19:37 +0200 |
---|---|---|
committer | Sachin Setiya <sachin.setiya@mariadb.com> | 2017-04-06 15:41:54 +0530 |
commit | 8aa5356d86043e9e451a7942a6519580c7b3ebc5 (patch) | |
tree | d3159317b79cec37d686ea488c2376563219447b /cmake | |
parent | 59dcf2a5d55207435d3c826e07ad59b72ff0e1f5 (diff) | |
download | mariadb-git-8aa5356d86043e9e451a7942a6519580c7b3ebc5.tar.gz |
Bump WSREP_PATCH_VERSION to 18
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 488061e4951..c153e4d3aea 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 "17") +SET(WSREP_PATCH_VERSION "18") # Obtain wsrep API version FILE(STRINGS "${MySQL_SOURCE_DIR}/wsrep/wsrep_api.h" WSREP_API_VERSION |