From 18ac4c2bd498eb88ad3e4aee21e7b655abd5b6ec Mon Sep 17 00:00:00 2001 From: ZeldaZach Date: Mon, 10 Feb 2025 16:41:18 -0500 Subject: [PATCH] Set Release Name: Omenpath --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0026a39f5..752de4b3f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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