comparison blastem.c @ 1393:0aaf2946117c

Updated version string for 0.5.1 pre-releases
author Michael Pavone <pavone@retrodev.com>
date Sun, 04 Jun 2017 10:08:20 -0700
parents 990a26391933
children efa7225e0f07
comparison
equal deleted inserted replaced
1392:4942da159194 1393:0aaf2946117c
22 #include "romdb.h" 22 #include "romdb.h"
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 26
27 #define BLASTEM_VERSION "0.5.0" 27 #define BLASTEM_VERSION "0.5.1-pre"
28 28
29 #ifdef __ANDROID__ 29 #ifdef __ANDROID__
30 #define FULLSCREEN_DEFAULT 1 30 #define FULLSCREEN_DEFAULT 1
31 #else 31 #else
32 #define FULLSCREEN_DEFAULT 0 32 #define FULLSCREEN_DEFAULT 0