diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-08-12 20:10:54 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-08-12 20:10:54 +0100 |
commit | e3d0df6e168eb376a06510b915791a7913ce9623 (patch) | |
tree | 43ec7a8e985647c99a1b9da3296ffdfd3911a1f6 /src/main.c | |
parent | c5a8ae008666f895c030fca2b0dae2b9360b53d9 (diff) | |
download | gold-mine-run-e3d0df6e168eb376a06510b915791a7913ce9623.tar.gz gold-mine-run-e3d0df6e168eb376a06510b915791a7913ce9623.zip |
Release 1.41.4
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.3 (2023-08-12)" +#define GAME_VERSION "1.4 (2023-08-12)" #define GAME_URL "https://www.usebox.net/jjm/gold-mine-run/" /* disable paging because our int handlers are written in C */ |