summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorNirbhay Choubey <nirbhay@skysql.com>2014-09-25 20:59:15 -0400
committerNirbhay Choubey <nirbhay@skysql.com>2014-09-25 20:59:15 -0400
commit236cc6cd49f250a43f0f6a794d5052207b2d9348 (patch)
treeb1b5dfd2f560f18e32b7c4434cd517162ed82658 /cmake
parenta756ac61900e28448776427e6ebbb0ef6f48d5cc (diff)
downloadmariadb-git-236cc6cd49f250a43f0f6a794d5052207b2d9348.tar.gz
wsrep-related changes: removed some unnecessary files & minor modifications.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/wsrep.cmake5
1 files changed, 1 insertions, 4 deletions
diff --git a/cmake/wsrep.cmake b/cmake/wsrep.cmake
index 7dc797e9a05..d3c8da6a72a 100644
--- a/cmake/wsrep.cmake
+++ b/cmake/wsrep.cmake
@@ -14,14 +14,11 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-# We need to generate a proper spec file even without --with-wsrep flag,
-# so WSREP_VERSION is produced regardless
-
# Set the patch version
SET(WSREP_PATCH_VERSION "10")
# MariaDB addition: Revision number of the last revision merged from
-# codership branch visible in @@visible_comment.
+# codership branch visible in @@version_comment.
# Branch : codership-mysql/5.6
SET(WSREP_PATCH_REVNO "4123") # Should be updated on every merge.