comparison blastem.c @ 1685:f6bd4962b8f5

Updated version number for 0.6.2 preview nightly builds
author Michael Pavone <pavone@retrodev.com>
date Fri, 18 Jan 2019 00:10:14 -0800
parents 7e044a84268d
children 956c1cce05e2 d6d4c006a7b3
comparison
equal deleted inserted replaced
1684:b1d063466d03 1685:f6bd4962b8f5
28 #include "zip.h" 28 #include "zip.h"
29 #ifndef DISABLE_NUKLEAR 29 #ifndef DISABLE_NUKLEAR
30 #include "nuklear_ui/blastem_nuklear.h" 30 #include "nuklear_ui/blastem_nuklear.h"
31 #endif 31 #endif
32 32
33 #define BLASTEM_VERSION "0.6.1" 33 #define BLASTEM_VERSION "0.6.2-pre"
34 34
35 #ifdef __ANDROID__ 35 #ifdef __ANDROID__
36 #define FULLSCREEN_DEFAULT 1 36 #define FULLSCREEN_DEFAULT 1
37 #else 37 #else
38 #define FULLSCREEN_DEFAULT 0 38 #define FULLSCREEN_DEFAULT 0