diff --git a/Makefile b/Makefile index 41be84a3..807aad07 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,8 @@ ASSETS_DIR = assets BUILD_DIR = build OUTPUT_DIR = output +FLAGS += -DMENU_VERSION=\"0.0.1.$(shell date +%Y-%m-%dT%H:%M:%SZ).ALPHA\" + include $(N64_INST)/include/n64.mk N64_CFLAGS += -iquote $(SOURCE_DIR) -iquote $(ASSETS_DIR) -I $(SOURCE_DIR)/libs -flto=auto $(FLAGS) diff --git a/src/menu/views/credits.c b/src/menu/views/credits.c index 54f8cca7..5228390a 100644 --- a/src/menu/views/credits.c +++ b/src/menu/views/credits.c @@ -2,7 +2,7 @@ #ifndef MENU_VERSION -#define MENU_VERSION "0.0.0.5.ALPHA" +#define MENU_VERSION "0.0.0.6.ALPHA" #endif