Skip to content

Commit

Permalink
Set travis to build from master and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
joel16 committed Mar 20, 2020
1 parent d4f0176 commit eaf5202
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ deploy:
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
on:
branch: font
branch: master
2 changes: 1 addition & 1 deletion app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ OBJS := $(addsuffix .o,$(BINFILES)) \
PSP_LARGE_MEMORY = 1

VERSION_MAJOR := 3
VERSION_MINOR := 2
VERSION_MINOR := 3
VERSION_MICRO := 0

INCDIR = ../libs/include ../libs/include/ogg ../libs/include/opus include include/menus
Expand Down
2 changes: 1 addition & 1 deletion launcher/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ OBJS = source/main.o
PSP_LARGE_MEMORY = 1

VERSION_MAJOR := 3
VERSION_MINOR := 2
VERSION_MINOR := 3
VERSION_MICRO := 0

INCDIR = ../libs/include
Expand Down

0 comments on commit eaf5202

Please sign in to comment.