diff options
author | Philip Stoev <philip.stoev@galeracluster.com> | 2016-09-14 14:33:59 +0300 |
---|---|---|
committer | Sachin Setiya <sachin.setiya@mariadb.com> | 2017-04-06 15:41:54 +0530 |
commit | 3de28b42b406c8093d23fe1de62a6147f30565c6 (patch) | |
tree | 60886822f15f42f9ea94ecef86658f67843ba837 /cmake/wsrep.cmake | |
parent | e757e02417afcaccd8d5c188cad597b9ca7d96d3 (diff) | |
download | mariadb-git-3de28b42b406c8093d23fe1de62a6147f30565c6.tar.gz |
Bump WSREP_PATCH_VERSION to 17
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 067a9f128a2..488061e4951 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 "16") +SET(WSREP_PATCH_VERSION "17") # Obtain wsrep API version FILE(STRINGS "${MySQL_SOURCE_DIR}/wsrep/wsrep_api.h" WSREP_API_VERSION |