From 019312f03b432fbc0912a2547ee091fc79d09403 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Thu, 3 May 2001 21:55:50 +0000 Subject: [PATCH] Updated version numbers win32: 0.89, linux: 0.14 --- zsnes/src/gui/guiwindp.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsnes/src/gui/guiwindp.inc b/zsnes/src/gui/guiwindp.inc index c62521e2..7fc91670 100644 --- a/zsnes/src/gui/guiwindp.inc +++ b/zsnes/src/gui/guiwindp.inc @@ -4824,9 +4824,9 @@ GUIGUIAboutText6b db ' TEUF',0 GUIGUIAboutText6c db ' PAGEFAULT',0 GUIGUIAboutText6d db ' THEODDONE33',0 %ifdef __WIN32__ -GUIGUIAboutText7 db 'WIN PORT V0.88',0 +GUIGUIAboutText7 db 'WIN PORT V0.89',0 %elifdef __LINUX__ -GUIGUIAboutText7 db 'LINUX PORT V0.13',0 +GUIGUIAboutText7 db 'LINUX PORT V0.14',0 %endif GUIGUIAboutText8 db 'HOMEPAGE',0