diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-01-22 19:43:04 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-01-22 19:43:04 -0800 |
commit | 6dff331e0e35afcdc1401b51d50138e76dbe404c (patch) | |
tree | 1018ab7d00100f927feb6841bc801d504a27aa04 | |
parent | 95bad3f04ee801f5337e6c10e566085fd4d48bd2 (diff) |
Update version number for preview build
-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.4.1" +#define BLASTEM_VERSION "0.5.0-pre" #ifdef __ANDROID__ #define FULLSCREEN_DEFAULT 1 |