diff options
author | Philip Stoev <philip.stoev@galeracluster.com> | 2017-01-25 09:58:07 +0200 |
---|---|---|
committer | Sachin Setiya <sachin.setiya@mariadb.com> | 2017-04-06 15:41:54 +0530 |
commit | adc151fdafb4a2935eddb8f89057dd7b6e9b1b10 (patch) | |
tree | 3f9fb259521ddee14811d53ba43fc972e461cfc2 /cmake/wsrep.cmake | |
parent | 66916bba2a08df1e307d5333078f7586d02c4bf6 (diff) | |
download | mariadb-git-adc151fdafb4a2935eddb8f89057dd7b6e9b1b10.tar.gz |
Bump WSREP_PATCH_VERSION to 19
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 c153e4d3aea..0a1c7dd9697 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 "18") +SET(WSREP_PATCH_VERSION "19") # Obtain wsrep API version FILE(STRINGS "${MySQL_SOURCE_DIR}/wsrep/wsrep_api.h" WSREP_API_VERSION |