From b2d184a8e0b16e4f8b10b7ba0b809c8685bcd1d4 Mon Sep 17 00:00:00 2001 From: RickyRister Date: Wed, 2 Apr 2025 21:23:14 -0700 Subject: [PATCH] Bump to 2.10.2 for hotfix release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 29ee84798..440dc2571 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,7 +74,7 @@ endif() # A project name is needed for CPack # Version can be overriden by git tags, see cmake/getversion.cmake -project("Cockatrice" VERSION 2.11.0) +project("Cockatrice" VERSION 2.10.2) # Set release name if not provided via env/cmake var if(NOT DEFINED GIT_TAG_RELEASENAME)