bump version number (#3205)

* bump version number

* bump
This commit is contained in:
tooomm 2018-04-19 01:50:26 +02:00 committed by Zach H
parent f309ddf28a
commit f5eb05b682
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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")