From 463ef13fe0f73f9b28bab6ca5bfc032a6a17ee6f Mon Sep 17 00:00:00 2001 From: ctrlaltca Date: Mon, 7 Jan 2019 15:12:27 +0100 Subject: [PATCH] Update version to 2.6.2 (#3492) ## Short roundup of the initial problem We released 2.6.2, but CMake still thinks it's 2.6.1 ## What will change with this Pull Request? Update CMake version to 2.6.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f5583506..48f1d7fc 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.1) +PROJECT("Cockatrice" VERSION 2.6.2) # Use c++11 for all targets set(CMAKE_CXX_STANDARD 11 CACHE STRING "C++ ISO Standard")