From 7e89933552cbc4209ddd7e2eae21409e86e0bcd3 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 3 Nov 2019 04:47:55 +0100 Subject: [PATCH] bump version number (#3857) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aa9eb587..26d6bd0e 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.2) +PROJECT("Cockatrice" VERSION 2.7.3) # Use c++11 for all targets set(CMAKE_CXX_STANDARD 11 CACHE STRING "C++ ISO Standard")