mirror of
https://github.com/cavv-dev/Kekatsu-DS.git
synced 2025-06-18 08:45:33 -04:00
Bump version to 1.1.0
This commit is contained in:
parent
4807b1b487
commit
d0d3914ce5
2
Makefile
2
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
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user