diff options
author | Seppo Jaakola <seppo.jaakola@codership.com> | 2013-02-26 01:03:21 +0200 |
---|---|---|
committer | Seppo Jaakola <seppo.jaakola@codership.com> | 2013-02-26 01:03:21 +0200 |
commit | 2b0f16c577130c5085c94d99273570fd583af7d1 (patch) | |
tree | 6307dc56fef364d632d17fc6d081888cc84c838c /cmake/wsrep.cmake | |
parent | 68154e62b1b3d0ff2552b8503523d81459c30327 (diff) | |
download | mariadb-git-2b0f16c577130c5085c94d99273570fd583af7d1.tar.gz |
References:
https://mariadb.atlassian.net/browse/MDEV-4179
https://bugs.launchpad.net/codership-mysql/+bug/1130888
https://bugs.launchpad.net/codership-mysql/+bug/1019473
Merged revisions 3847-3850 from 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 902ba8d5c30..3337a2a93df 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.1") +SET(WSREP_PATCH_VERSION "7.3") # Obtain patch revision number SET(WSREP_PATCH_REVNO $ENV{WSREP_REV}) |