diff options
author | Michael Pavone <pavone@retrodev.com> | 2016-05-02 22:20:19 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2016-05-02 22:20:19 -0700 |
commit | f6a58778f9123e15c17defe09423c40642b1cc7e (patch) | |
tree | 4736ba908d13d70207f05fd59ffd593d19dd9c00 /blastem.c | |
parent | a4448282d609d6f766113272e64620ad45aaeedb (diff) |
Update changelog and version number for 0.4.0 release
Diffstat (limited to 'blastem.c')
-rw-r--r-- | blastem.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* - Copyright 2013 Michael Pavone + Copyright 2013-2016 Michael Pavone This file is part of BlastEm. BlastEm is free software distributed under the terms of the GNU General Public License version 3 or greater. See COPYING for full license text. */ @@ -22,7 +22,7 @@ #include "terminal.h" #include "arena.h" -#define BLASTEM_VERSION "0.3.X" +#define BLASTEM_VERSION "0.4.0" #define MCLKS_NTSC 53693175 #define MCLKS_PAL 53203395 |