summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2017-08-29 20:30:18 +0300
committerJan Lindström <jan.lindstrom@mariadb.com>2017-08-29 20:30:18 +0300
commit01209de7637a7206c18788e08919b5ccf0b3d700 (patch)
treecb436bf0815ce83cda99844a256a0cde359d2f03 /cmake
parent352d27ce36bc807f0c3c803e192ad1851f7f86a0 (diff)
parentbbfd53cd32c1cf8be30f1d18225adb7fc5f6faf9 (diff)
downloadmariadb-git-01209de7637a7206c18788e08919b5ccf0b3d700.tar.gz
Merge remote-tracking branch 'origin/bb-10.1-jplindst' into 10.1
Diffstat (limited to 'cmake')
-rw-r--r--cmake/wsrep.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/wsrep.cmake b/cmake/wsrep.cmake
index be56a4c0772..e6d1379aea3 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 "19")
+SET(WSREP_PATCH_VERSION "20")
# Obtain wsrep API version
FILE(STRINGS "${MySQL_SOURCE_DIR}/wsrep/wsrep_api.h" WSREP_API_VERSION