From ac0f92bac6a0e2a3984a072d3ea616b871b6917d Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 21 Jul 2018 16:56:39 +0200 Subject: [PATCH] bump to 2.6.1 (#3342) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c16ce76f..e964a09d 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.6.0) +PROJECT("Cockatrice" VERSION 2.6.1) # Use c++11 for all targets set(CMAKE_CXX_STANDARD 11 CACHE STRING "C++ ISO Standard")