summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2019-03-30 23:20:06 -0700
committerMike Pavone <pavone@retrodev.com>2019-03-30 23:20:06 -0700
commit86a9d0b2dcefd98f16da3e53002fec1cd8fec7b9 (patch)
treeec058b36ac941a7b1433cd24779a7c52e63be188
parent116d71830d446bed5845a750d9a3507a7f446826 (diff)
Update version number for nightly builds
-rw-r--r--blastem.c2
-rw-r--r--menu.s682
-rw-r--r--nuklear_ui/blastem_nuklear.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/blastem.c b/blastem.c
index 82b85d4..c56b93a 100644
--- a/blastem.c
+++ b/blastem.c
@@ -34,7 +34,7 @@
#include "nuklear_ui/blastem_nuklear.h"
#endif
-#define BLASTEM_VERSION "0.6.2"
+#define BLASTEM_VERSION "0.6.3-pre"
#ifdef __ANDROID__
#define FULLSCREEN_DEFAULT 1
diff --git a/menu.s68 b/menu.s68
index 8bd204b..d22ea1b 100644
--- a/menu.s68
+++ b/menu.s68
@@ -1251,7 +1251,7 @@ prev_str:
dc.b "Prev", 0
about_text:
- dc.b "BlastEm v0.6.2", 0
+ dc.b "BlastEm v0.6.3-pre", 0
dc.b "Copyright 2011-2019 Michael Pavone", 0
dc.b " ", 0
dc.b "BlastEm is a high performance, open", 0
diff --git a/nuklear_ui/blastem_nuklear.c b/nuklear_ui/blastem_nuklear.c
index 1cdbf91..01ecf2a 100644
--- a/nuklear_ui/blastem_nuklear.c
+++ b/nuklear_ui/blastem_nuklear.c
@@ -160,7 +160,7 @@ void view_lock_on(struct nk_context *context)
void view_about(struct nk_context *context)
{
const char *lines[] = {
- "BlastEm v0.6.2",
+ "BlastEm v0.6.3-pre",
"Copyright 2012-2019 Michael Pavone",
"",
"BlastEm is a high performance open source",