Bump version

This commit is contained in:
BernardoGiordano 2018-08-16 22:30:57 +02:00
parent 9cba24c93b
commit 71e1a36587
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ APP_AUTHOR := Bernardo Giordano
VERSION_MAJOR := 3
VERSION_MINOR := 4
VERSION_MICRO := 0
VERSION_MICRO := 1
TARGET := $(subst $e ,_,$(notdir $(APP_TITLE)))
OUTDIR := out

View file

@ -32,7 +32,7 @@ include $(DEVKITPRO)/libnx/switch_rules
#---------------------------------------------------------------------------------
VERSION_MAJOR := 3
VERSION_MINOR := 4
VERSION_MICRO := 0
VERSION_MICRO := 1
APP_TITLE := Checkpoint
APP_AUTHOR := Bernardo Giordano