diff options
author | Vasil Dimov <vasil.dimov@galeracluster.com> | 2018-08-29 11:16:34 +0200 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2018-10-10 13:36:05 +0300 |
commit | f5003994211dc648c83441f9466b4e7ac1cf9067 (patch) | |
tree | 2bb9b357dd3cc14d813767c8c82aec2b3ef77fda /cmake | |
parent | 8524c81254521673bb78926cc37d77455bba792e (diff) | |
download | mariadb-git-f5003994211dc648c83441f9466b4e7ac1cf9067.tar.gz |
Bump WSREP_PATCH_VERSION
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 5020a2669b4..2ccd1b388f3 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 "23") +SET(WSREP_PATCH_VERSION "24") # MariaDB addition: Revision number of the last revision merged from # codership branch visible in @@visible_comment. |