Skip to content

Commit

Permalink
v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mtheall committed Jan 16, 2016
1 parent 2b83654 commit c79616d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile.3ds
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ DATA := data
INCLUDES := include

APP_TITLE := Super ftBRONY II Turbo
APP_DESCRIPTION := v2.0
APP_DESCRIPTION := v2.1
APP_AUTHOR := mtheall
ICON := ftbrony.png

Expand All @@ -44,7 +44,7 @@ ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard

CFLAGS := -g -Wall -O3 -mword-relocations \
$(ARCH) \
-DSTATUS_STRING="\"ftbrony v2.0\""
-DSTATUS_STRING="\"ftbrony v2.1\""

CFLAGS += $(INCLUDE) -DARM11 -D_3DS

Expand Down
2 changes: 1 addition & 1 deletion Makefile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TARGET := $(notdir $(CURDIR))
CFILES := $(wildcard source/*.c)
OFILES := $(patsubst source/%,build.linux/%,$(CFILES:.c=.o))

CFLAGS := -g -Wall -Iinclude -DSTATUS_STRING="\"ftpd v2.0\""
CFLAGS := -g -Wall -Iinclude -DSTATUS_STRING="\"ftpd v2.1\""
LDFLAGS :=

.PHONY: all clean
Expand Down

0 comments on commit c79616d

Please sign in to comment.