diff options
author | Teemu Ollakka <teemu.ollakka@galeracluster.com> | 2017-05-24 14:46:25 +0300 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2017-07-20 14:17:45 +0300 |
commit | 970859a599714d469c15b5fd49703d22b35317ad (patch) | |
tree | 2b3dfbc014ca6df48b9e80e7cb97d9ebfd65d14b /cmake/wsrep.cmake | |
parent | be416cfa3b6ec6faad3e0ac273fc8698de61094d (diff) | |
download | mariadb-git-970859a599714d469c15b5fd49703d22b35317ad.tar.gz |
MW-383 Bumped wsrep patch version
Signed-off-by: Jan Lindström <jan.lindstrom@mariadb.com>
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 b9e79539ac6..6a9dd720f77 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. |