Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardoGiordano committed Mar 26, 2019
1 parent 4eefc77 commit cdbde89
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 17 deletions.
17 changes: 3 additions & 14 deletions 3ds/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ APP_DESCRIPTION := Gen IV to Gen VII save manager
APP_AUTHOR := FlagBrew

VERSION_MAJOR := 6
VERSION_MINOR := 1
VERSION_MICRO := 1
VERSION_MINOR := 2
VERSION_MICRO := 0
GIT_REV="$(shell git rev-parse --short HEAD)"

TARGET := $(subst $e ,_,$(notdir $(APP_TITLE)))
Expand Down Expand Up @@ -85,31 +85,20 @@ INCLUDES := ../common/include \
include/io \
include/titles \
include/utils
GRAPHICS := ../assets/gfx/ui # \
# assets/gfx/pkm \
# assets/gfx/types
GRAPHICS := ../assets/gfx/ui
ROMFS := ../assets/romfs
GFXBUILD := $(ROMFS)/gfx
PACKER := ../common/EventsGalleryPacker
SCRIPTS := ../external/PKSM-Scripts
CITRA_DEBUG := 0

# If left blank, will try to use "icon.png", "$(TARGET).png", or the default ctrulib icon, in that order
ICON := ../assets/icon.png

BANNER_AUDIO := ../assets/audio.wav
BANNER_IMAGE := ../assets/banner.png
RSF_PATH := ../assets/app.rsf


# If left blank, makerom will use the default Homebrew logo
LOGO :=

# If left blank, makerom will use default values (0xff3ff and CTR-P-CTAP, respectively)
UNIQUE_ID := 0xEC100
PRODUCT_CODE := CTR-HB-PKSM

# Don't really need to change this
ICON_FLAGS := nosavebackups,visible

#---------------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ APP_DESCRIPTION := Gen IV to Gen VII save manager
APP_AUTHOR := FlagBrew

VERSION_MAJOR := 6
VERSION_MINOR := 1
VERSION_MICRO := 1
VERSION_MINOR := 2
VERSION_MICRO := 0

OUTDIR := out
ICON := assets/icon.png
Expand Down
2 changes: 1 addition & 1 deletion docs/wiki
Submodule wiki updated from 9414fd to 8a72d2

0 comments on commit cdbde89

Please sign in to comment.