From dc8603596d12bab308a76df9843c5a9e1bb22319 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 17 May 2020 13:39:30 +0200 Subject: [PATCH] fix outdated version number (#3999) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 26d6bd0e6..3a4cac755 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,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.3) +PROJECT("Cockatrice" VERSION 2.7.4) # Use c++11 for all targets set(CMAKE_CXX_STANDARD 11 CACHE STRING "C++ ISO Standard")