From 43503cfa510a7f7e650efccaac266d7cc6657a5d Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Fri, 11 Aug 2023 21:04:54 +0100 Subject: Better koystick support --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 9e1a678..9140bdf 100644 --- a/src/main.c +++ b/src/main.c @@ -14,7 +14,7 @@ #include "game.h" #define GAME_NAME "Gold Mine Run!" -#define GAME_VERSION "1.1 (2023-08-10)" +#define GAME_VERSION "1.2 (2023-08-11)" #define GAME_URL "https://www.usebox.net/jjm/gold-mine-run/" /* disable paging because our int handlers are written in C */ -- cgit v1.2.3