summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2016-08-02 09:31:05 -0700
committerMichael Pavone <pavone@retrodev.com>2016-08-02 09:31:05 -0700
commitdd5fbaf3659b26e84c638d0f7450da7079b66725 (patch)
tree4ff8ab48bce4a91aef3ff43aa50f89743af84edc
parent25c2d457d65c8fc412d24538da3c0621a0508386 (diff)
Updat version number in preparation for upcoming release
-rw-r--r--blastem.c2
-rw-r--r--menu.s682
2 files changed, 2 insertions, 2 deletions
diff --git a/blastem.c b/blastem.c
index b6a0baf..56f567f 100644
--- a/blastem.c
+++ b/blastem.c
@@ -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
diff --git a/menu.s68 b/menu.s68
index 5b841da..f306be9 100644
--- a/menu.s68
+++ b/menu.s68
@@ -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