fix outdated version number (#3999)

This commit is contained in:
tooomm 2020-05-17 13:39:30 +02:00 committed by GitHub
parent fd0620445c
commit dc8603596d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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