diff options
author | Michael Pavone <pavone@retrodev.com> | 2016-08-02 09:31:05 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2016-08-02 09:31:05 -0700 |
commit | dd5fbaf3659b26e84c638d0f7450da7079b66725 (patch) | |
tree | 4ff8ab48bce4a91aef3ff43aa50f89743af84edc | |
parent | 25c2d457d65c8fc412d24538da3c0621a0508386 (diff) |
Updat version number in preparation for upcoming release
-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 |