diff options
author | Philip Stoev <philip.stoev@galeracluster.com> | 2016-01-11 11:57:22 +0200 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@mariadb.com> | 2016-02-23 13:24:49 -0500 |
commit | b9c42d7a47f7282f5d0063a467d506cb55a69899 (patch) | |
tree | 408dd288de0513807c0ea62a3312cc77b5277c99 /cmake | |
parent | 15118d35612814ccf549ba49ed1200a7f8fa71c8 (diff) | |
download | mariadb-git-b9c42d7a47f7282f5d0063a467d506cb55a69899.tar.gz |
Bump WSREP_PATCH_VERSION in cmake/wsrep.cmake to 13
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 b9b3d352630..d3c122c9b18 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 "12") +SET(WSREP_PATCH_VERSION "13") # MariaDB addition: Revision number of the last revision merged from # codership branch visible in @@visible_comment. |