bump version to 2.7.6 (#4076)

fixes #4075
This commit is contained in:
ebbit1q 2020-08-24 20:04:56 +02:00 committed by GitHub
parent 3536fa8a75
commit 45cbdad5fb
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 # 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.7.4) PROJECT("Cockatrice" VERSION 2.7.6)
# 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")