From a64759628e1cabdd20c7232144b5f0d7e04a60f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Chv=C3=ADla?= Date: Sat, 28 Dec 2019 20:55:53 +0100 Subject: [PATCH] main: Version bump to v5.0.1 --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.h b/src/main.h index ca50a06..6b1528a 100644 --- a/src/main.h +++ b/src/main.h @@ -11,7 +11,7 @@ #define OSD_MSG_IOPLUS_HINT "Do you have ioPlus installed?" #define OSD_MSG_GAME_WRONG_VERSION "Your game version is not supported :(" -#define VG_VERSION "v5.0.0" +#define VG_VERSION "v5.0.1" #define VG_FOLDER "ux0:data/VitaGrafix/" #define STRING_BUFFER_SIZE 1024