diff options
author | Seppo Jaakola <seppo.jaakola@codership.com> | 2013-02-05 22:48:40 +0200 |
---|---|---|
committer | Seppo Jaakola <seppo.jaakola@codership.com> | 2013-02-05 22:48:40 +0200 |
commit | e51a884e9c364a1c5276754871cf7267316c392c (patch) | |
tree | 7fb6870f28e4b00564effeb28548f7a607d63cc0 /cmake/wsrep.cmake | |
parent | 18c97eea5cc53962c5148eb9f42d6764c8629949 (diff) | |
download | mariadb-git-e51a884e9c364a1c5276754871cf7267316c392c.tar.gz |
References lp:1115708 - merged with wsrep branch, revision 3845
bzr merge -r3840..3845 lp:~codership/codership-mysql/5.5-23
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 c1dc5a54958..69a8c19ab1d 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 "7a") +SET(WSREP_PATCH_VERSION "7.1") # Obtain patch revision number SET(WSREP_PATCH_REVNO $ENV{WSREP_REV}) |