mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 04:23:55 -07:00
Change release name/number for 2.8.0 and make it a forced update
This commit is contained in:
parent
6fa5f4f9a5
commit
00c0162da3
3 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue