comparison nuklear_ui/blastem_nuklear.c @ 1675:357b4951d9b2 v0.6.1

Updated version number and CHANGELOG for possible 0.6.1 release
author Michael Pavone <pavone@retrodev.com>
date Thu, 03 Jan 2019 23:44:17 -0800
parents 12d0c7c4ad80
children 3f1c8258e20f
comparison
equal deleted inserted replaced
1674:c362f2c7766a 1675:357b4951d9b2
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.0", 163 "BlastEm v0.6.1",
164 "Copyright 2012-2017 Michael Pavone", 164 "Copyright 2012-2017 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 };