diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-06-02 01:05:53 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-06-02 01:05:53 -0700 |
commit | a7a3d1af3d018543a409ca8fd4258682d3add546 (patch) | |
tree | c99e46764c704287f1184a06ff8c50f96a300c38 /blastem.c | |
parent | bb8367dc065427573dee40d7c6b3a7c81738c2e3 (diff) |
Update version number for stable release
Diffstat (limited to 'blastem.c')
-rw-r--r-- | blastem.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ #include "arena.h" #include "config.h" -#define BLASTEM_VERSION "0.5.0-pre" +#define BLASTEM_VERSION "0.5.0" #ifdef __ANDROID__ #define FULLSCREEN_DEFAULT 1 |