diff options
author | Philip Stoev <philip.stoev@galeracluster.com> | 2016-01-11 12:03:35 +0200 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@mariadb.com> | 2016-02-10 17:48:35 -0500 |
commit | a6d0903764d316af98ec0462fd136fd1ca975a08 (patch) | |
tree | f8cd7423bd7c9e592cc953c54cb52e46ee1f66f2 /cmake/wsrep.cmake | |
parent | 403a8bf8dfcf54bb24f7e376f43381c0d802810f (diff) | |
download | mariadb-git-a6d0903764d316af98ec0462fd136fd1ca975a08.tar.gz |
Bump WSREP_PATCH_VERSION in cmake/wsrep.cmake to 14
Diffstat (limited to 'cmake/wsrep.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 8c5d9ee5212..7da525c9fea 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 "13") +SET(WSREP_PATCH_VERSION "14") # MariaDB addition: Revision number of the last revision merged from # codership branch visible in @@visible_comment. |