diff options
author | Seppo Jaakola <seppo.jaakola@codership.com> | 2012-08-30 12:22:37 +0300 |
---|---|---|
committer | Seppo Jaakola <seppo.jaakola@codership.com> | 2012-08-30 12:22:37 +0300 |
commit | 8e84b9e740ff3641f1fc500a616962cb3bc75a64 (patch) | |
tree | ac9a480e5592bd8b9a7cb578608f2b66e4ea03fc /cmake/wsrep.cmake | |
parent | ebfa24b1d24377a241b79883da96969a9150f22c (diff) | |
download | mariadb-git-8e84b9e740ff3641f1fc500a616962cb3bc75a64.tar.gz |
Merged in change sets 3772-3779 from lp:codership-mysql/5.5mariadb-galera-5.5.25
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 3c10c5b3836..bb646028285 100644 --- a/cmake/wsrep.cmake +++ b/cmake/wsrep.cmake @@ -17,7 +17,7 @@ # so WSREP_VERSION is produced regardless # Set the patch version -SET(WSREP_PATCH_VERSION "6") +SET(WSREP_PATCH_VERSION "7") # Obtain patch revision number SET(WSREP_PATCH_REVNO $ENV{WSREP_REV}) |