From fceb49970aa06427c381d7a9f4608537560461ca Mon Sep 17 00:00:00 2001 From: ebbit1q Date: Sat, 21 Feb 2026 18:40:32 +0100 Subject: [PATCH] update to 2.10.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 52aa23f86..3080f0ed7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,7 +76,7 @@ endif() # A project name is needed for CPack # Version can be overriden by git tags, see cmake/getversion.cmake -project("Cockatrice" VERSION 2.10.2) +project("Cockatrice" VERSION 2.10.3) # Set release name if not provided via env/cmake var if(NOT DEFINED GIT_TAG_RELEASENAME)