diff options
author | Seppo Jaakola <seppo.jaakola@codership.com> | 2013-02-05 17:54:42 +0200 |
---|---|---|
committer | Seppo Jaakola <seppo.jaakola@codership.com> | 2013-02-05 17:54:42 +0200 |
commit | 800fa186e3ab77ee93e75e929fe7917983e607e9 (patch) | |
tree | c5cc3e52e73f2469e5ef3f96249938699516d8df /cmake/wsrep.cmake | |
parent | 9da9a242faf1fd7b2f45dc0561e5bf742a7be47b (diff) | |
download | mariadb-git-800fa186e3ab77ee93e75e929fe7917983e607e9.tar.gz |
merged with codership-mysql up to revision 3839
bzr merge -r3810..3839 lp:codership-mysql/5.5
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 bb646028285..c1dc5a54958 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 "7") +SET(WSREP_PATCH_VERSION "7a") # Obtain patch revision number SET(WSREP_PATCH_REVNO $ENV{WSREP_REV}) |