From 4017a6c9d4a09d5af1ce18e8a56fefc3f9b6697e Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Wed, 27 Mar 2019 23:34:53 -0700 Subject: Update version number, special thanks, CHANGELOG and README in preparation for possible 0.6.2 release --- nuklear_ui/blastem_nuklear.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'nuklear_ui/blastem_nuklear.c') diff --git a/nuklear_ui/blastem_nuklear.c b/nuklear_ui/blastem_nuklear.c index 4588cd6..63e5edd 100644 --- a/nuklear_ui/blastem_nuklear.c +++ b/nuklear_ui/blastem_nuklear.c @@ -160,8 +160,8 @@ void view_lock_on(struct nk_context *context) void view_about(struct nk_context *context) { const char *lines[] = { - "BlastEm v0.6.1", - "Copyright 2012-2017 Michael Pavone", + "BlastEm v0.6.2", + "Copyright 2012-2019 Michael Pavone", "", "BlastEm is a high performance open source", "(GPLv3) Genesis/Megadrive emulator", @@ -171,6 +171,8 @@ void view_about(struct nk_context *context) "Nemesis: Documentation and test ROMs", "Charles MacDonald: Documentation", "Eke-Eke: Documentation", + "Sauraen: YM2612/YM2203 Die Analysis", + "Alexey Khokholov: YM3438 Die Analysis", "Bart Trzynadlowski: Documentation", "KanedaFR: Hosting the best Sega forum", "Titan: Awesome demos and documentation", -- cgit v1.2.3