Skip to content

Commit bbac0c7

Browse files
committed
Bump version for release
1 parent 8c89dd5 commit bbac0c7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include $(DEVKITARM)/3ds_rules
1111

1212

1313
export VER_MAJOR := 2
14-
export VER_MINOR := 3
14+
export VER_MINOR := 4
1515
export VER_PATCH := 0
1616

1717
export VERSTRING := v$(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)
@@ -61,11 +61,10 @@ APP_AUTHOR := hbmenu team
6161
ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard -mtp=soft
6262

6363
CFLAGS := -g -Wall -O2 -mword-relocations \
64-
-fomit-frame-pointer -ffunction-sections \
65-
-fno-math-errno \
64+
-fno-math-errno -ffunction-sections \
6665
$(ARCH)
6766

68-
CFLAGS += $(INCLUDE) -DARM11 -D__3DS__ -DVERSION=\"$(VERSTRING)\"
67+
CFLAGS += $(INCLUDE) -D__3DS__ -DVERSION=\"$(VERSTRING)\"
6968

7069
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions -std=gnu++11
7170

0 commit comments

Comments
 (0)