Browse Source

Bump WSREP_PATCH_VERSION to 18

pull/15/merge
Philip Stoev 9 years ago
committed by Sachin Setiya
parent
commit
8aa5356d86
  1. 2
      cmake/wsrep.cmake

2
cmake/wsrep.cmake

@ -26,7 +26,7 @@ ENDIF()
OPTION(WITH_WSREP "WSREP replication API (to use, e.g. Galera Replication library)" ${with_wsrep_default})
# Set the patch version
SET(WSREP_PATCH_VERSION "17")
SET(WSREP_PATCH_VERSION "18")
# Obtain wsrep API version
FILE(STRINGS "${MySQL_SOURCE_DIR}/wsrep/wsrep_api.h" WSREP_API_VERSION

Loading…
Cancel
Save