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:01:34 +0200 |
commit | 7cec685758c9ae222e30eb799a673b819c91fa0f (patch) | |
tree | 3d26331ee1ebbb1749007a18f29182ac8db23d99 /cmake | |
parent | a8d64fbe168e3b5c7099c031671c82dffcadef69 (diff) | |
download | mariadb-git-7cec685758c9ae222e30eb799a673b819c91fa0f.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 afab9105d8d..5020a2669b4 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 "22") +SET(WSREP_PATCH_VERSION "23") # MariaDB addition: Revision number of the last revision merged from # codership branch visible in @@visible_comment. |