From 088a9452a8615e7f5b209ed665950ef041763bc4 Mon Sep 17 00:00:00 2001 From: VitorMM Date: Fri, 7 Jun 2024 23:36:07 -0300 Subject: [PATCH] Updating version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5028619857..8445fce9cb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ if (USE_VCPKG) endif() project(melonDS - VERSION 0.2.2 + VERSION 0.3.0 DESCRIPTION "DS emulator, sorta" HOMEPAGE_URL "https://github.com/vitor251093/KHDays_FM" LANGUAGES C CXX)