diff options
author | Teemu Ollakka <teemu.ollakka@galeracluster.com> | 2017-09-18 16:22:32 +0300 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2017-11-08 14:59:30 +0200 |
commit | 736d75d4550c2d2330043c0e381186980e06e70d (patch) | |
tree | 8ea21958b48103355bc3769093b889ddc3de8525 /cmake | |
parent | b5802888e38db4fd5f7e76f01e049da69d7ad55e (diff) | |
download | mariadb-git-736d75d4550c2d2330043c0e381186980e06e70d.tar.gz |
MW-406 Bumped up the wsrep patch version (5.6.37-25.21)
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 1bd1ca51b35..cc6627d1eea 100644 --- a/cmake/wsrep.cmake +++ b/cmake/wsrep.cmake @@ -18,7 +18,7 @@ # so WSREP_VERSION is produced regardless # Set the patch version -SET(WSREP_PATCH_VERSION "20") +SET(WSREP_PATCH_VERSION "21") # MariaDB addition: Revision number of the last revision merged from # codership branch visible in @@visible_comment. |