summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorNirbhay Choubey <nirbhay@skysql.com>2014-08-12 18:23:53 -0400
committerNirbhay Choubey <nirbhay@skysql.com>2014-08-12 18:23:53 -0400
commit5add5855390fde8b8e8730c244d149123d8cf7ec (patch)
tree425039d7a0bcd37512cf67efb91f28208b0ba8e5 /cmake
parente1facda416897c35b9dde90a14d3578f3ca2df9b (diff)
downloadmariadb-git-5add5855390fde8b8e8730c244d149123d8cf7ec.tar.gz
Merged r4014 from codership/5.5
Diffstat (limited to 'cmake')
-rw-r--r--cmake/wsrep.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/wsrep.cmake b/cmake/wsrep.cmake
index c66f5716c28..97eb47fc587 100644
--- a/cmake/wsrep.cmake
+++ b/cmake/wsrep.cmake
@@ -23,7 +23,7 @@ SET(WSREP_PATCH_VERSION "10")
# MariaDB addition: Revision number of the last revision merged from
# codership branch visible in @@visible_comment.
# Branch : codership-mysql/5.5
-SET(WSREP_PATCH_REVNO "4013") # Should be updated on every merge.
+SET(WSREP_PATCH_REVNO "4014") # Should be updated on every merge.
# MariaDB: Obtain patch revision number:
# Update WSREP_PATCH_REVNO if WSREP_REV environment variable is set.