From 91d4a740d038139fbcbf3c5543d32a2c572bfe22 Mon Sep 17 00:00:00 2001 From: scawful Date: Tue, 31 Dec 2024 15:03:21 -0500 Subject: [PATCH] Bump project version to 0.2.2 in CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 05d73aa7..aa13ed3e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Yet Another Zelda3 Editor # by scawful cmake_minimum_required(VERSION 3.10) -project(yaze VERSION 0.2.0 +project(yaze VERSION 0.2.2 DESCRIPTION "Yet Another Zelda3 Editor" LANGUAGES CXX) configure_file(src/yaze_config.h.in yaze_config.h)