Skip to content

Commit

Permalink
Bump to 2.9.0 :)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeldaZach committed Sep 15, 2023
1 parent 6bbe228 commit 064b362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ endif()

# A project name is needed for CPack
# Version can be overriden by git tags, see cmake/getversion.cmake
project("Cockatrice" VERSION 2.8.1)
project("Cockatrice" VERSION 2.9.0)

# Set release name if not provided via env/cmake var
if(NOT DEFINED GIT_TAG_RELEASENAME)
set(GIT_TAG_RELEASENAME "Prismatic Bridge")
set(GIT_TAG_RELEASENAME "Rings of the Wild")
endif()

# Use c++17 for all targets
Expand Down

0 comments on commit 064b362

Please sign in to comment.