Set Release Name: Omenpath

This commit is contained in:
ZeldaZach
2025-02-10 16:41:18 -05:00
parent 2dc614c6b7
commit 18ac4c2bd4

View File

@@ -78,7 +78,7 @@ project("Cockatrice" VERSION 2.10.0)
# Set release name if not provided via env/cmake var
if(NOT DEFINED GIT_TAG_RELEASENAME)
set(GIT_TAG_RELEASENAME "Rings of the Wild")
set(GIT_TAG_RELEASENAME "Omenpath")
endif()
# Use c++20 for all targets