add feature list requirement (#3287)

* add feature list requirement

* version update

* version bump
This commit is contained in:
Zach H 2018-06-17 18:06:12 -04:00 committed by GitHub
parent d36f86c523
commit e147bd6cea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

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.2)
PROJECT("Cockatrice" VERSION 2.6.0)
# Use c++11 for all targets
set(CMAKE_CXX_STANDARD 11 CACHE STRING "C++ ISO Standard")