diff options
author | Philip Stoev <philip.stoev@galeracluster.com> | 2015-08-27 00:41:56 -0700 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@mariadb.com> | 2015-09-09 17:03:53 -0400 |
commit | 760b0c4758ee463c8c97c1a756709d3d25506eed (patch) | |
tree | 6a90cb5aea3a31e027b2626c5db38089c2f54ea4 /cmake | |
parent | bee94cc9f4ef58c5bb3d10393a9e92bcd32994f0 (diff) | |
download | mariadb-git-760b0c4758ee463c8c97c1a756709d3d25506eed.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 50698b7bb8f..9870710d65b 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. |