From 3e3154a58ca30c4ec4637b05bf198e1e9f5fc943 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 9 Jun 2019 19:00:04 +0200 Subject: [PATCH] version bump to 2.7.2 (#3751) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dd717a6f..aa9eb587 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.1) +PROJECT("Cockatrice" VERSION 2.7.2) # Use c++11 for all targets set(CMAKE_CXX_STANDARD 11 CACHE STRING "C++ ISO Standard")