Skip to content

Commit

Permalink
app/launcher: Bump version for minor release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joel16 committed Jun 12, 2021
1 parent acc0011 commit 6c517c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ OBJS := $(addsuffix .o,$(BINFILES)) \

VERSION_MAJOR := 4
VERSION_MINOR := 0
VERSION_MICRO := 0
VERSION_MICRO := 1

INCDIR = ../libs/include ../libs/include/opus include
CFLAGS = -Os -G0 -Wall -ffast-math -fno-rtti -fno-exceptions -Wno-narrowing -Wno-unused-variable \
Expand Down
2 changes: 1 addition & 1 deletion launcher/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PSP_LARGE_MEMORY = 1

VERSION_MAJOR := 4
VERSION_MINOR := 0
VERSION_MICRO := 0
VERSION_MICRO := 1

INCDIR = ../libs/include
CFLAGS = -Os -G0 -Wall -Werror -DVERSION_MAJOR=$(VERSION_MAJOR) -DVERSION_MINOR=$(VERSION_MINOR) -DVERSION_MICRO=$(VERSION_MICRO)
Expand Down

0 comments on commit 6c517c7

Please sign in to comment.