Change release name/number for 2.8.0 and make it a forced update

This commit is contained in:
ZeldaZach 2021-01-26 14:56:29 -05:00
parent 6fa5f4f9a5
commit 00c0162da3
3 changed files with 4 additions and 4 deletions

View file

@ -41,11 +41,11 @@ endif()
# A project name is needed for CPack
# Version can be overriden by git tags, see cmake/getversion.cmake
PROJECT("Cockatrice" VERSION 2.7.6)
PROJECT("Cockatrice" VERSION 2.8.0)
# Set release name if not provided via env/cmake var
if(NOT DEFINED GIT_TAG_RELEASENAME)
set(GIT_TAG_RELEASENAME "Blessed Sanctuary")
set(GIT_TAG_RELEASENAME "Prismatic Bridge")
endif()
# Use c++11 for all targets