From f5eb05b6824dbeb58fcf5b8628f47f111707634d Mon Sep 17 00:00:00 2001 From: tooomm Date: Thu, 19 Apr 2018 01:50:26 +0200 Subject: [PATCH] bump version number (#3205) * bump version number * bump --- .appveyor.yml | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index c1294fd7..cf53c361 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -version: 2.5.1-branch-{branch}-build-{build} +version: 2.5.2-branch-{branch}-build-{build} # Skipping commits affecting specific files (GitHub only). More details here: https://www.appveyor.com/docs/appveyor-yml skip_commits: diff --git a/CMakeLists.txt b/CMakeLists.txt index ef228641..cabae55a 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.5.0) +PROJECT("Cockatrice" VERSION 2.5.2) # Use c++11 for all targets set(CMAKE_CXX_STANDARD 11 CACHE STRING "C++ ISO Standard")