comparison blastem.c @ 1390:990a26391933 v0.5.0

Update version number for stable release
author Michael Pavone <pavone@retrodev.com>
date Fri, 02 Jun 2017 01:05:53 -0700
parents 071e761bcdcf
children 0aaf2946117c
comparison
equal deleted inserted replaced
1389:92fdc2566b5e 1390:990a26391933
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-pre" 27 #define BLASTEM_VERSION "0.5.0"
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