From 0dcf97d29d272b5cfd13f55ea1d9bbaa794be806 Mon Sep 17 00:00:00 2001 From: ctrlaltca Date: Sun, 27 Jan 2019 12:11:22 +0100 Subject: [PATCH] Bump version to 2.6.3 (#3525) ## Short roundup of the initial problem A beta release for 2.6.3 has been relesed, but the codebase is still at 2.6.2 ## What will change with this Pull Request? Bumped version to 2.6.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 830070fc..f3d8ee58 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.2) +PROJECT("Cockatrice" VERSION 2.6.3) # Use c++11 for all targets set(CMAKE_CXX_STANDARD 11 CACHE STRING "C++ ISO Standard")