We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3202e9d + 3ddb1a0 commit 6326876Copy full SHA for 6326876
bootstrap/Makefile
@@ -1,5 +1,5 @@
1
release: all
2
- mksfoex -d MEMSIZE=1 'PSPLink v3.1.0' PARAM.SFO
+ mksfoex -d MEMSIZE=1 'PSPLink v3.1.1' PARAM.SFO
3
pack-pbp EBOOT.PBP PARAM.SFO psplink.png NULL NULL NULL NULL psplink_boot.prx NULL
4
5
clean_release:
@@ -23,4 +23,4 @@ BUILD_PRX = 1
23
EXTRA_CLEAN = clean_release
24
25
PSPSDK=$(shell psp-config --pspsdk-path)
26
-include $(PSPSDK)/lib/build_prx.mak
+include $(PSPSDK)/lib/build_prx.mak
psplink/version.h
@@ -12,6 +12,6 @@
12
#ifndef __VERSION_H__
13
#define __VERSION_H__
14
15
-#define PSPLINK_VERSION "v3.1.0"
+#define PSPLINK_VERSION "v3.1.1"
16
17
#endif
0 commit comments