Skip to content

Commit 32f2fa9

Browse files
authored
Merge pull request #59 from pspdev/prepare-for-v3.2.1-release
Change version to v3.2.1
2 parents 145f2db + ef9f9de commit 32f2fa9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bootstrap/Makefile

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

55
clean_release:

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.2.0"
15+
#define PSPLINK_VERSION "v3.2.1"
1616

1717
#endif

0 commit comments

Comments
 (0)