From 4991ce756b2c5710377e7e956ae3c7a73ad5844d Mon Sep 17 00:00:00 2001 From: Kei <7037851+coderkei@users.noreply.github.com> Date: Sat, 14 Dec 2024 17:55:10 +0000 Subject: [PATCH] Fixed version number --- arm9/source/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm9/source/version.h b/arm9/source/version.h index 9b96b23..e23b4c5 100644 --- a/arm9/source/version.h +++ b/arm9/source/version.h @@ -8,7 +8,7 @@ */ #define AKMENU_VERSION_MAIN "1" -#define AKMENU_VERSION_SUB "25" +#define AKMENU_VERSION_SUB "0" #ifndef __KERNEL_LAUNCHER_SUPPORT__ #define AKMENU_LOADER_NAME "nds-bootstrap"