Skip to content

Commit

Permalink
Not a dev version anymore
Browse files Browse the repository at this point in the history
XorTroll committed Feb 9, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent d596552 commit 2f6307c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Goldleaf/Makefile
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ BUILD := build
SOURCES := Source/fatfs Source/acc Source/sm Source/amssu Source/bpcams Source/dump Source/err Source/es Source/fs Source/drive Source/hos Source/ncm Source/net Source/ns Source/nsp Source/cfg Source/nfp Source/ui Source/usb Source
INCLUDES := Include
DATA := data
ROMFS := RomFs
ROMFS := RomFs

VER_MAJOR := 0
VER_MINOR := 9
@@ -52,7 +52,7 @@ APP_TITLE := Goldleaf
APP_AUTHOR := XorTroll

# "-dev" prefix is manually appended when a new version is under development.
APP_VERSION := $(VER_MAJOR).$(VER_MINOR).$(VER_MICRO)-dev
APP_VERSION := $(VER_MAJOR).$(VER_MINOR).$(VER_MICRO)#-dev

#---------------------------------------------------------------------------------
# options for code generation

0 comments on commit 2f6307c

Please sign in to comment.