From 4d7024e0662b013fa4db89f1973e6fcad4d91ef7 Mon Sep 17 00:00:00 2001 From: tooomm Date: Fri, 8 Mar 2019 04:47:41 +0100 Subject: [PATCH] version bump to 2.7.1 (#3635) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a681585f..cc39e773 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ endif() # A project name is needed for CPack # Version can be overriden by git tags, see cmake/getversion.cmake -PROJECT("Cockatrice" VERSION 2.7.0) +PROJECT("Cockatrice" VERSION 2.7.1) # Use c++11 for all targets set(CMAKE_CXX_STANDARD 11 CACHE STRING "C++ ISO Standard")