Skip to content

Commit

Permalink
Merge pull request #31 from pspdev/increase-version
Browse files Browse the repository at this point in the history
Increase version to 3.1.1
  • Loading branch information
wally4000 authored Jun 22, 2023
2 parents 3202e9d + 3ddb1a0 commit 6326876
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bootstrap/Makefile
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -23,4 +23,4 @@ BUILD_PRX = 1
EXTRA_CLEAN = clean_release

PSPSDK=$(shell psp-config --pspsdk-path)
include $(PSPSDK)/lib/build_prx.mak
include $(PSPSDK)/lib/build_prx.mak
2 changes: 1 addition & 1 deletion psplink/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
#ifndef __VERSION_H__
#define __VERSION_H__

#define PSPLINK_VERSION "v3.1.0"
#define PSPLINK_VERSION "v3.1.1"

#endif

0 comments on commit 6326876

Please sign in to comment.