From 3ddb1a0146298dc7cb4b3835799664c20ef33bc1 Mon Sep 17 00:00:00 2001 From: Wouter Wijsman Date: Thu, 22 Jun 2023 09:35:32 +0200 Subject: [PATCH] Increase version to 3.1.1 --- bootstrap/Makefile | 4 ++-- psplink/version.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bootstrap/Makefile b/bootstrap/Makefile index 5749a40..cd1df4f 100644 --- a/bootstrap/Makefile +++ b/bootstrap/Makefile @@ -1,5 +1,5 @@ release: all - mksfoex -d MEMSIZE=1 'PSPLink v3.1.0' PARAM.SFO + mksfoex -d MEMSIZE=1 'PSPLink v3.1.1' PARAM.SFO pack-pbp EBOOT.PBP PARAM.SFO psplink.png NULL NULL NULL NULL psplink_boot.prx NULL clean_release: @@ -23,4 +23,4 @@ BUILD_PRX = 1 EXTRA_CLEAN = clean_release PSPSDK=$(shell psp-config --pspsdk-path) -include $(PSPSDK)/lib/build_prx.mak \ No newline at end of file +include $(PSPSDK)/lib/build_prx.mak diff --git a/psplink/version.h b/psplink/version.h index 556b78a..2a2512e 100644 --- a/psplink/version.h +++ b/psplink/version.h @@ -12,6 +12,6 @@ #ifndef __VERSION_H__ #define __VERSION_H__ -#define PSPLINK_VERSION "v3.1.0" +#define PSPLINK_VERSION "v3.1.1" #endif