From 1808b6e461703f9d9f497eb6e0a63b6dd205dde3 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Mon, 25 Jun 2001 16:12:10 +0000 Subject: [PATCH] Updated version number --- zsnes/src/gui/guiwindp.inc | 2 +- zsnes/src/ui.asm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zsnes/src/gui/guiwindp.inc b/zsnes/src/gui/guiwindp.inc index 199d5f38..cb508067 100644 --- a/zsnes/src/gui/guiwindp.inc +++ b/zsnes/src/gui/guiwindp.inc @@ -5077,7 +5077,7 @@ GUIGUIAboutText6b db ' TEUF',0 GUIGUIAboutText6c db ' PAGEFAULT',0 GUIGUIAboutText6d db ' THEODDONE33',0 %ifdef __WIN32__ -GUIGUIAboutText7 db 'WIN PORT V1.02',0 +GUIGUIAboutText7 db 'WIN PORT V1.03',0 %elifdef __LINUX__ GUIGUIAboutText7 db 'LINUX PORT V0.29',0 %endif diff --git a/zsnes/src/ui.asm b/zsnes/src/ui.asm index def1b4f7..81c0f604 100644 --- a/zsnes/src/ui.asm +++ b/zsnes/src/ui.asm @@ -129,7 +129,7 @@ NEWSYM outofmemory SECTION .data NEWSYM mydebug, db '',13,10,0 NEWSYM outofmem, db 'You don',39,'t have enough memory to run this program!',13,10,0 -%define ZVERSION '30b ' +%define ZVERSION '31 ' ;%define ZBETA 0 ; Line added by Peter Santing