From 5b07f6d6d8695489efcea595c22d87b4cd537f00 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 6 May 2017 18:21:31 +0200 Subject: [PATCH] bump version number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 293a2301..881dcbd8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ set(PROJECT_NAME "Cockatrice") # Can be overriden by git tags, see cmake/getversion.cmake set(PROJECT_VERSION_MAJOR "2") set(PROJECT_VERSION_MINOR "3") -set(PROJECT_VERSION_PATCH "17") +set(PROJECT_VERSION_PATCH "18") # Default to "Release" build type # User-provided value for CMAKE_BUILD_TYPE must be checked before the PROJECT() call