diff options
-rw-r--r-- | blastem.c | 2 | ||||
-rw-r--r-- | menu.s68 | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -22,7 +22,7 @@ #include "terminal.h" #include "arena.h" -#define BLASTEM_VERSION "0.4.0" +#define BLASTEM_VERSION "0.4.1" #define MCLKS_NTSC 53693175 #define MCLKS_PAL 53203395 @@ -1239,7 +1239,7 @@ prev_str: dc.b "Prev", 0 about_text: - dc.b "BlastEm v0.4.0", 0 + dc.b "BlastEm v0.4.1", 0 dc.b "Copyright 2011-2016 Michael Pavone", 0 dc.b " ", 0 dc.b "BlastEm is a high performance, open", 0 |