Skip to content

Commit 74c7e00

Browse files
committed
Fix status string
1 parent 3d156e4 commit 74c7e00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.3ds

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard
4444

4545
CFLAGS := -g -Wall -O3 -mword-relocations \
4646
$(ARCH) \
47-
-DSTATUS_STRING="\"ftbrony v1.2\""
47+
-DSTATUS_STRING="\"ftbrony v2.0\""
4848

4949
CFLAGS += $(INCLUDE) -DARM11 -D_3DS
5050

Makefile.linux

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ TARGET := $(notdir $(CURDIR))
33
CFILES := $(wildcard source/*.c)
44
OFILES := $(patsubst source/%,build.linux/%,$(CFILES:.c=.o))
55

6-
CFLAGS := -g -Wall -Iinclude -DSTATUS_STRING="\"ftpd v1.2\""
6+
CFLAGS := -g -Wall -Iinclude -DSTATUS_STRING="\"ftpd v2.0\""
77
LDFLAGS :=
88

99
.PHONY: all clean

0 commit comments

Comments
 (0)