Bump version

This commit is contained in:
BernardoGiordano 2018-09-03 21:36:36 +02:00
parent 1901eac5c7
commit dad317460b
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 := 1
VERSION_MICRO := 2
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 := 1
VERSION_MICRO := 2
APP_TITLE := Checkpoint
APP_AUTHOR := Bernardo Giordano