From e8ecab8015ca12cc46d9c71a9f6254b14302cd9d Mon Sep 17 00:00:00 2001 From: balika011 Date: Tue, 16 Nov 2021 03:03:38 +0100 Subject: [PATCH] bump version --- modules/systemctrl/systemctrl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/systemctrl/systemctrl.c b/modules/systemctrl/systemctrl.c index 1d363ae..1bdab0e 100644 --- a/modules/systemctrl/systemctrl.c +++ b/modules/systemctrl/systemctrl.c @@ -59,7 +59,7 @@ int sctrlHENGetVersion() int sctrlSEGetVersion() { - return 0x00020002; + return 0x00020003; } int sctrlKernelLoadExecVSHDisc(const char *file, struct SceKernelLoadExecVSHParam *param)