diff options
author | Philip Stoev <philip.stoev@galeracluster.com> | 2016-08-09 12:34:03 +0300 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@mariadb.com> | 2016-08-21 16:20:08 -0400 |
commit | 2e56c7f3cdfc882aad25b606a4d14f9cb6295451 (patch) | |
tree | 8f641791cebf87f14dd2ae46c503dc8e0d1a0278 /cmake | |
parent | f01a16b54196ef5f816ca5a1bb590262ce0381e6 (diff) | |
download | mariadb-git-2e56c7f3cdfc882aad25b606a4d14f9cb6295451.tar.gz |
Bump WSREP_PATCH_VERSION to 16
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 6c256471115..eeb602c9c48 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 "14") +SET(WSREP_PATCH_VERSION "16") # MariaDB addition: Revision number of the last revision merged from # codership branch visible in @@visible_comment. |