aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-08-12 20:10:54 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-08-12 20:10:54 +0100
commite3d0df6e168eb376a06510b915791a7913ce9623 (patch)
tree43ec7a8e985647c99a1b9da3296ffdfd3911a1f6 /src/main.c
parentc5a8ae008666f895c030fca2b0dae2b9360b53d9 (diff)
downloadgold-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index c79331e..208351a 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.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 */