diff options
author | Juan J. Martinez <jjm@usebox.net> | 2024-07-01 12:17:48 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2024-07-01 12:17:48 +0100 |
commit | 4685dd1bff6cc004639b316636049bf3486bf8b2 (patch) | |
tree | dd8ed58d112c9bdea4bd90ad379efb5b0ca15d7d /src/main.c | |
parent | d294ffa4bb4b95402a470e82ca269c7fc0abfcc4 (diff) | |
download | gold-mine-run-4685dd1bff6cc004639b316636049bf3486bf8b2.tar.gz gold-mine-run-4685dd1bff6cc004639b316636049bf3486bf8b2.zip |
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ #include "game.h" #define GAME_NAME "Gold Mine Run!" -#define GAME_VERSION "1.6 (2023-08-19)" +#define GAME_VERSION "1.7 (2024-07-01)" #define GAME_URL "https://www.usebox.net/jjm/gold-mine-run/" /* disable paging because our int handlers are written in C */ |