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