diff options
author | Teemu Ollakka <teemu.ollakka@galeracluster.com> | 2017-09-18 16:12:13 +0300 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2017-10-19 09:35:10 +0300 |
commit | 2864c37d6c5d4c13472438863d513d0ea8b9063c (patch) | |
tree | 11ea5a957b756989b1dce5a666971b5a1d29afb3 /cmake/wsrep.cmake | |
parent | e90249bf472eda519a1485e5f3381ef2a80ce59d (diff) | |
download | mariadb-git-2864c37d6c5d4c13472438863d513d0ea8b9063c.tar.gz |
MW-406 Bumped up the wsrep patch version (5.5.57-25.22)
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 6a9dd720f77..afab9105d8d 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 "22") # MariaDB addition: Revision number of the last revision merged from # codership branch visible in @@visible_comment. |