From f3a78f636cf65707a4cb33d8f970596189ba9374 Mon Sep 17 00:00:00 2001 From: Joel16 Date: Wed, 20 Mar 2019 23:15:46 -0500 Subject: [PATCH] Bump version numbers --- app/Makefile | 2 +- launcher/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Makefile b/app/Makefile index cd5059aa..aaa98fb7 100644 --- a/app/Makefile +++ b/app/Makefile @@ -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 diff --git a/launcher/Makefile b/launcher/Makefile index 74ba5141..11eba1d8 100644 --- a/launcher/Makefile +++ b/launcher/Makefile @@ -4,7 +4,7 @@ OBJS = source/main.o PSP_LARGE_MEMORY = 1 -VERSION_MAJOR := 1 +VERSION_MAJOR := 2 VERSION_MINOR := 1 VERSION_MICRO := 0