From b1fca404b7f8ac3e7502c26f39252d27ee9749a4 Mon Sep 17 00:00:00 2001 From: RickyRister <42636155+RickyRister@users.noreply.github.com> Date: Wed, 2 Apr 2025 21:24:11 -0700 Subject: [PATCH] Bump to 2.10.2 for hotfix release (#5785) --- 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)