diff options
author | Philip Stoev <philip.stoev@galeracluster.com> | 2016-11-08 15:19:37 +0200 |
---|---|---|
committer | Sachin Setiya <sachinsetia1001@gmail.com> | 2017-03-14 11:19:48 +0530 |
commit | e29d7b1d0b54b2013a5d960f7714aae3b6fa8475 (patch) | |
tree | 3cf2781301b767b4eaf462aeeaa2618d3dfe21ef /cmake | |
parent | f78332c5818d0ba0b145bb09aa0bd4eedade7397 (diff) | |
download | mariadb-git-e29d7b1d0b54b2013a5d960f7714aae3b6fa8475.tar.gz |
Bump WSREP_PATCH_VERSION to 18
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 7d6418e71f2..d483225d4e3 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 "17") +SET(WSREP_PATCH_VERSION "18") # MariaDB addition: Revision number of the last revision merged from # codership branch visible in @@visible_comment. |