diff --git a/.travis.yml b/.travis.yml index 66aa1cdf..efd98340 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,4 +14,4 @@ deploy: skip_cleanup: true github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard on: - branch: font + branch: master diff --git a/app/Makefile b/app/Makefile index 77e7ecba..dcc43d6a 100644 --- a/app/Makefile +++ b/app/Makefile @@ -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 diff --git a/launcher/Makefile b/launcher/Makefile index da1d64cd..84ce9d1b 100644 --- a/launcher/Makefile +++ b/launcher/Makefile @@ -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