From 3b0d7104188a963be9f5ee7732dd763e02a303df Mon Sep 17 00:00:00 2001 From: kub Date: Wed, 27 Nov 2019 23:05:27 +0100 Subject: [PATCH] release 1.95 --- platform/common/menu_pico.c | 1 + platform/common/version.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/platform/common/menu_pico.c b/platform/common/menu_pico.c index dc7ceda4..327190a5 100644 --- a/platform/common/menu_pico.c +++ b/platform/common/menu_pico.c @@ -938,6 +938,7 @@ static const char credits[] = "MAME devs: SH2, YM2612 and SN76496 cores\n" "Eke, Stef: some Sega CD code\n" "Inder, ketchupgun: graphics\n" + "Irixxxx: SH2 drc improvements\n" #ifdef __GP2X__ "Squidge: mmuhack\n" "Dzz: ARM940 sample\n" diff --git a/platform/common/version.h b/platform/common/version.h index 8b3adbf8..a8c3034b 100644 --- a/platform/common/version.h +++ b/platform/common/version.h @@ -1 +1 @@ -#define VERSION "1.93+" +#define VERSION "1.95" -- 2.39.2