diff options
author | Jan Lindström <jplindst@mariadb.org> | 2014-04-16 13:08:29 +0300 |
---|---|---|
committer | Jan Lindström <jplindst@mariadb.org> | 2014-04-16 13:08:29 +0300 |
commit | fa18dc394406ad684ab2623e7451c9f3ec7adf08 (patch) | |
tree | 6b708eaa3b970ee14451c2ffdd5d89c7d8dce0dd /cmake/wsrep.cmake | |
parent | 150e88e8c9b85e3e6ce500a91fd215d231e99881 (diff) | |
download | mariadb-git-fa18dc394406ad684ab2623e7451c9f3ec7adf08.tar.gz |
Merge lp:codership-mysql/5.5 -r3961..3980.
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 a5ca4508da4..95f3f4fcd8f 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 "9") +SET(WSREP_PATCH_VERSION "10") # MariaDB addition: Revision number of the last revision merged from # codership branch visible in @@visible_comment. |