diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-09-06 22:15:22 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-09-06 22:15:22 -0700 |
commit | a765ffd5bcc5c277f866a9835c4ff199de869936 (patch) | |
tree | 3ba9aeefa47a1da5cff8294f40ca5458fe0e060d /blastem.c | |
parent | 45b7aaeb3656eca4773535ec0e06e59ac50b0080 (diff) |
Update version number for nightly builds
Diffstat (limited to 'blastem.c')
-rw-r--r-- | blastem.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ #include "config.h" #include "menu.h" -#define BLASTEM_VERSION "0.5.1" +#define BLASTEM_VERSION "0.5.2-pre" #ifdef __ANDROID__ #define FULLSCREEN_DEFAULT 1 |