diff options
author | Michael Pavone <pavone@retrodev.com> | 2019-03-27 23:34:53 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2019-03-27 23:34:53 -0700 |
commit | 4017a6c9d4a09d5af1ce18e8a56fefc3f9b6697e (patch) | |
tree | 10329ddf21d4747968afc629202e2958c7262438 /blastem.c | |
parent | ced8237783ffbd4b71b62d790d0258b6123cf9a3 (diff) |
Update version number, special thanks, CHANGELOG and README in preparation for possible 0.6.2 release
Diffstat (limited to 'blastem.c')
-rw-r--r-- | blastem.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ #include "nuklear_ui/blastem_nuklear.h" #endif -#define BLASTEM_VERSION "0.6.2-pre" +#define BLASTEM_VERSION "0.6.2" #ifdef __ANDROID__ #define FULLSCREEN_DEFAULT 1 |