diff options
author | Philip Stoev <philip.stoev@galeracluster.com> | 2016-03-04 14:20:58 +0200 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@mariadb.com> | 2016-08-21 16:17:05 -0400 |
commit | f3444c4a436ecab23b535bb2ef24e02298aa7ae9 (patch) | |
tree | 59eefa18b94ca2a285b1c7d268ea4669cb0c7f55 /cmake | |
parent | 8b998a48ccee617b7eb1232cf2793d6da67ccead (diff) | |
download | mariadb-git-f3444c4a436ecab23b535bb2ef24e02298aa7ae9.tar.gz |
Bump WSREP_PATCH_VERSION to 14
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 61e41778166..6c256471115 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. |