diff options
author | Teemu Ollakka <teemu.ollakka@galeracluster.com> | 2018-01-30 05:37:22 -0800 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2018-02-25 21:24:12 +0200 |
commit | 7bd95307f2aa901c141d4d6c4c568a2ed85ba01b (patch) | |
tree | cb26283c40d78360ccbfe06082a0cf754d88b131 /cmake | |
parent | 57ae4992ed8f5e1f381c462774447c3a41d23739 (diff) | |
download | mariadb-git-7bd95307f2aa901c141d4d6c4c568a2ed85ba01b.tar.gz |
Bump wsrep patch version to 25.23
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 cc6627d1eea..2ba32b469e0 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 "21") +SET(WSREP_PATCH_VERSION "23") # MariaDB addition: Revision number of the last revision merged from # codership branch visible in @@visible_comment. |