comparison blastem.c @ 1190:f99650ff8e97

Update version number for preview build
author Michael Pavone <pavone@retrodev.com>
date Sun, 22 Jan 2017 19:43:04 -0800
parents 21df13266e6a
children aee2177a1630
comparison
equal deleted inserted replaced
1189:75ba222877f7 1190:f99650ff8e97
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.4.1" 27 #define BLASTEM_VERSION "0.5.0-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