diff --git a/Makefile b/Makefile index d251433..c465f2b 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ DATA := data INCLUDES := include GRAPHICS := source/gfx source/gui/gfx LANGUAGES := source/lang -VERSION := 1.0.0 +VERSION := 1.1.0 ARCH := -march=armv5te -mtune=arm946e-s -mthumb CFLAGS := -g -Wall -O2 -ffunction-sections -fdata-sections $(ARCH) $(INCLUDE) -DARM9 diff --git a/source/config.h b/source/config.h index 6bea912..e6b75d4 100644 --- a/source/config.h +++ b/source/config.h @@ -1,7 +1,7 @@ #pragma once #define APP_NAME "Kekatsu" -#define APP_VERSION "1.0.0" +#define APP_VERSION "1.1.0" #define APPDATA_DIR "/" APP_NAME #define CACHE_DIR APPDATA_DIR "/cache"