From 731aef768b207d65da0405dcf3e935010c2c2109 Mon Sep 17 00:00:00 2001 From: VitorMM Date: Sat, 7 Dec 2024 18:29:08 -0300 Subject: [PATCH] Updating version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fe21421a66..bc44099a89 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ if (USE_VCPKG) endif() project(melonDS - VERSION 0.5.0 + VERSION 0.5.1 DESCRIPTION "DS emulator, sorta" HOMEPAGE_URL "https://github.com/vitor251093/KHMelonMix" LANGUAGES C CXX)