From 138e27f0947f45bb0cbb3e0083e55a8c30d2dc83 Mon Sep 17 00:00:00 2001 From: VitorMM Date: Mon, 13 Jan 2025 20:22:44 -0300 Subject: [PATCH] Updating version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9870b918c4..5e45ec8ba5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ if (USE_VCPKG) endif() project(melonDS - VERSION 0.5.3 + VERSION 0.5.4 DESCRIPTION "DS emulator, sorta" HOMEPAGE_URL "https://github.com/vitor251093/KHMelonMix" LANGUAGES C CXX)