From dd09e85b9e589bd7d94936f0b7ea9c22bf86b81e Mon Sep 17 00:00:00 2001 From: Uyanide Date: Sat, 22 Aug 2026 03:00:24 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20update=20version=20in=20C?= =?UTF-8?q?MakeLists.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a3f170a..7808b07 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16) -project(WallReel VERSION 2.2.0 LANGUAGES CXX) +project(WallReel VERSION 2.2.2 LANGUAGES CXX) set(EXECUTABLE_NAME "wallreel") set(CORELIB_NAME "wallreel-core")