Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
joel16 committed Mar 21, 2019
1 parent 9939965 commit f3a78f6
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)) \
PSP_LARGE_MEMORY = 1

VERSION_MAJOR := 2
VERSION_MINOR := 0
VERSION_MINOR := 1
VERSION_MICRO := 0

INCDIR = ../common include include/archive include/audio include/menus glib2d
Expand Down
2 changes: 1 addition & 1 deletion launcher/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ OBJS = source/main.o

PSP_LARGE_MEMORY = 1

VERSION_MAJOR := 1
VERSION_MAJOR := 2
VERSION_MINOR := 1
VERSION_MICRO := 0

Expand Down

0 comments on commit f3a78f6

Please sign in to comment.