diff options
author | Philip Stoev <philip.stoev@galeracluster.com> | 2017-01-25 09:58:07 +0200 |
---|---|---|
committer | Sachin Setiya <sachinsetia1001@gmail.com> | 2017-03-15 00:07:37 +0530 |
commit | 25070d2a2c47c418e4f7ccefc0d909ddc426acc5 (patch) | |
tree | 5bc4fccf80755c702fb616238aee6598d60c88ac /cmake | |
parent | ad7b00fb90fc954e782eff57e54ae25fe4e439eb (diff) | |
download | mariadb-git-25070d2a2c47c418e4f7ccefc0d909ddc426acc5.tar.gz |
Bump WSREP_PATCH_VERSION to 19
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 d483225d4e3..a8b1bea3bbb 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 "18") +SET(WSREP_PATCH_VERSION "19") # MariaDB addition: Revision number of the last revision merged from # codership branch visible in @@visible_comment. |