comparison nuklear_ui/blastem_nuklear.c @ 1815:7f4fac75b484

Update version number for nightly builds
author Mike Pavone <pavone@retrodev.com>
date Sat, 30 Mar 2019 23:20:06 -0700
parents 8db3c043be00
children 1db1510c7506
comparison
equal deleted inserted replaced
1814:8db3c043be00 1815:7f4fac75b484
158 } 158 }
159 159
160 void view_about(struct nk_context *context) 160 void view_about(struct nk_context *context)
161 { 161 {
162 const char *lines[] = { 162 const char *lines[] = {
163 "BlastEm v0.6.2", 163 "BlastEm v0.6.3-pre",
164 "Copyright 2012-2019 Michael Pavone", 164 "Copyright 2012-2019 Michael Pavone",
165 "", 165 "",
166 "BlastEm is a high performance open source", 166 "BlastEm is a high performance open source",
167 "(GPLv3) Genesis/Megadrive emulator", 167 "(GPLv3) Genesis/Megadrive emulator",
168 }; 168 };