Bump version to 1.1.0

This commit is contained in:
Cavv 2025-06-18 14:18:57 +02:00
parent 4807b1b487
commit d0d3914ce5
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"