comparison blastem.c @ 1459:34ebc6dab75c

Update version number for nightly builds
author Michael Pavone <pavone@retrodev.com>
date Wed, 06 Sep 2017 22:15:22 -0700
parents 3d48cb0c28be
children 4929325c3ce0
comparison
equal deleted inserted replaced
1458:b81428ef0396 1459:34ebc6dab75c
23 #include "terminal.h" 23 #include "terminal.h"
24 #include "arena.h" 24 #include "arena.h"
25 #include "config.h" 25 #include "config.h"
26 #include "menu.h" 26 #include "menu.h"
27 27
28 #define BLASTEM_VERSION "0.5.1" 28 #define BLASTEM_VERSION "0.5.2-pre"
29 29
30 #ifdef __ANDROID__ 30 #ifdef __ANDROID__
31 #define FULLSCREEN_DEFAULT 1 31 #define FULLSCREEN_DEFAULT 1
32 #else 32 #else
33 #define FULLSCREEN_DEFAULT 0 33 #define FULLSCREEN_DEFAULT 0