Skip to content

Commit f7885fb

Browse files
philip-galeraNirbhay Choubey
authored andcommitted
Correct WSREP_PATCH_VERSION for 5.6 is 11
1 parent 52c9235 commit f7885fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/wsrep.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# so WSREP_VERSION is produced regardless
1919

2020
# Set the patch version
21-
SET(WSREP_PATCH_VERSION "12")
21+
SET(WSREP_PATCH_VERSION "11")
2222

2323
# MariaDB addition: Revision number of the last revision merged from
2424
# codership branch visible in @@visible_comment.

0 commit comments

Comments
 (0)