2.4.1 beta -> 2.5.0 beta (#3024)

Big changes so we will go to 2.5.0 for next release
This commit is contained in:
Zach H 2018-01-18 19:28:51 -05:00 committed by GitHub
parent ebec30dd1c
commit feeaba1d62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ ENDIF()
# A project name is needed for CPack # A project name is needed for CPack
# Version can be overriden by git tags, see cmake/getversion.cmake # Version can be overriden by git tags, see cmake/getversion.cmake
PROJECT("Cockatrice" VERSION 2.4.1) PROJECT("Cockatrice" VERSION 2.5.0)
# Use c++11 for all targets # Use c++11 for all targets
set(CMAKE_CXX_STANDARD 11 CACHE STRING "C++ ISO Standard") set(CMAKE_CXX_STANDARD 11 CACHE STRING "C++ ISO Standard")