From b179b4afc1e3d60c63268997d2f8bbb59d244dd7 Mon Sep 17 00:00:00 2001 From: TakaRikka Date: Wed, 7 Feb 2024 01:45:35 +0000 Subject: [PATCH] update version string --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 71e0b225..e56d324b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,7 +60,7 @@ include(cmake/relmapper.cmake) include(cmake/fonts.cmake) project(TPGZ - VERSION 0.6.0 + VERSION 0.6.1 DESCRIPTION "Twilight Princess speedrunning practice and testing tool" HOMEPAGE_URL "tpgz.io" LANGUAGES C CXX ASM)