Skip to content

Commit 2f6307c

Browse files
committed
Not a dev version anymore
1 parent d596552 commit 2f6307c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Goldleaf/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ BUILD := build
4242
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
4343
INCLUDES := Include
4444
DATA := data
45-
ROMFS := RomFs
45+
ROMFS := RomFs
4646

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

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

5757
#---------------------------------------------------------------------------------
5858
# options for code generation

0 commit comments

Comments
 (0)