diff --git a/Makefile b/Makefile index fa93c32a..3ba9b0f8 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ include $(DEVKITARM)/base_rules TARGET := argon-nx BLVERSION_MAJOR := 0 -BLVERSION_MINOR := 2 +BLVERSION_MINOR := 3 BUILD := build OUTPUT := output SOURCEDIR := src diff --git a/src/menu/gui/gui_menu.c b/src/menu/gui/gui_menu.c index b11794d8..f5e1426d 100644 --- a/src/menu/gui/gui_menu.c +++ b/src/menu/gui/gui_menu.c @@ -29,7 +29,7 @@ #include -#define MINOR_VERSION 2 +#define MINOR_VERSION 3 #define MAJOR_VERSION 0