From 92361703683366d81fc5392284eac5b2dbcae016 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Thu, 3 May 2001 21:45:31 +0000 Subject: [PATCH] Fixed version number in other ports --- zsnes/src/gui/guiwindp.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zsnes/src/gui/guiwindp.inc b/zsnes/src/gui/guiwindp.inc index 420e0873..c62521e2 100644 --- a/zsnes/src/gui/guiwindp.inc +++ b/zsnes/src/gui/guiwindp.inc @@ -4823,10 +4823,10 @@ GUIGUIAboutText6 db ' PHAROS',0 GUIGUIAboutText6b db ' TEUF',0 GUIGUIAboutText6c db ' PAGEFAULT',0 GUIGUIAboutText6d db ' THEODDONE33',0 -%ifdef __LINUX__ -GUIGUIAboutText7 db 'LINUX PORT V0.13',0 -%else +%ifdef __WIN32__ GUIGUIAboutText7 db 'WIN PORT V0.88',0 +%elifdef __LINUX__ +GUIGUIAboutText7 db 'LINUX PORT V0.13',0 %endif GUIGUIAboutText8 db 'HOMEPAGE',0