From 2eecf06e1a1c51713d470d57751b6829e49a25c9 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Thu, 17 May 2001 01:12:34 +0000 Subject: [PATCH] Updated windows port version --- zsnes/src/gui/guiwindp.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsnes/src/gui/guiwindp.inc b/zsnes/src/gui/guiwindp.inc index 234f2031..208f5094 100644 --- a/zsnes/src/gui/guiwindp.inc +++ b/zsnes/src/gui/guiwindp.inc @@ -4991,7 +4991,7 @@ GUIGUIAboutText6b db ' TEUF',0 GUIGUIAboutText6c db ' PAGEFAULT',0 GUIGUIAboutText6d db ' THEODDONE33',0 %ifdef __WIN32__ -GUIGUIAboutText7 db 'WIN PORT V0.96',0 +GUIGUIAboutText7 db 'WIN PORT V0.97',0 %elifdef __LINUX__ GUIGUIAboutText7 db 'LINUX PORT V0.43',0 %endif