diff options
author | Philip Stoev <philip.stoev@galeracluster.com> | 2015-11-16 04:06:38 -0800 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@mariadb.com> | 2016-02-22 23:57:37 -0500 |
commit | 5ebf6ce7aa87c256d38c063eb2d3f605c93d964b (patch) | |
tree | ab4b7f7639f3a8c3b0428af5d4fd4e9aba20a7c6 /cmake | |
parent | 2b7a5d9edbb496f838e64fc57b73d9d984d4fd22 (diff) | |
download | mariadb-git-5ebf6ce7aa87c256d38c063eb2d3f605c93d964b.tar.gz |
Bump WSREP_PATCH_VERSION in cmake/wsrep.cmake to 12
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 ac2acb73313..b9b3d352630 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 "11") +SET(WSREP_PATCH_VERSION "12") # MariaDB addition: Revision number of the last revision merged from # codership branch visible in @@visible_comment. |