From ad80a15cc0660694bb17bd68cee52b88ef9940a9 Mon Sep 17 00:00:00 2001 From: Alex Martin Date: Sun, 4 Dec 2016 17:27:06 +0100 Subject: [PATCH] push version (patch) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index be9c64d12..8bfaf3a07 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.1) project(mysql) -set(MYSQL_PLUGIN_VERSION "R41") +set(MYSQL_PLUGIN_VERSION "R41-2") option (BUILD_TESTS "Build tests" OFF)