Skip to content

Commit 6326876

Browse files
authored
Merge pull request #31 from pspdev/increase-version
Increase version to 3.1.1
2 parents 3202e9d + 3ddb1a0 commit 6326876

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bootstrap/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
release: all
2-
mksfoex -d MEMSIZE=1 'PSPLink v3.1.0' PARAM.SFO
2+
mksfoex -d MEMSIZE=1 'PSPLink v3.1.1' PARAM.SFO
33
pack-pbp EBOOT.PBP PARAM.SFO psplink.png NULL NULL NULL NULL psplink_boot.prx NULL
44

55
clean_release:
@@ -23,4 +23,4 @@ BUILD_PRX = 1
2323
EXTRA_CLEAN = clean_release
2424

2525
PSPSDK=$(shell psp-config --pspsdk-path)
26-
include $(PSPSDK)/lib/build_prx.mak
26+
include $(PSPSDK)/lib/build_prx.mak

psplink/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
#ifndef __VERSION_H__
1313
#define __VERSION_H__
1414

15-
#define PSPLINK_VERSION "v3.1.0"
15+
#define PSPLINK_VERSION "v3.1.1"
1616

1717
#endif

0 commit comments

Comments
 (0)