diff options
author | Teemu Ollakka <teemu.ollakka@galeracluster.com> | 2017-05-24 14:55:13 +0300 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2017-08-14 14:41:50 +0300 |
commit | b5323054af2375cf5595c7d18fb2f22849f4e844 (patch) | |
tree | 98b16e269a2699478cdbfc3a359a01e4dd8d0709 /cmake/wsrep.cmake | |
parent | dd72d66c452923fb171ab3fc36322589eae25e46 (diff) | |
download | mariadb-git-b5323054af2375cf5595c7d18fb2f22849f4e844.tar.gz |
MW-383 Bumped wsrep patch version
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 a8b1bea3bbb..1bd1ca51b35 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 "19") +SET(WSREP_PATCH_VERSION "20") # MariaDB addition: Revision number of the last revision merged from # codership branch visible in @@visible_comment. |