Updated version numbers

This commit is contained in:
pagefault
2001-06-13 19:40:45 +00:00
parent 524ae4cb73
commit 3911037a39
2 changed files with 2 additions and 2 deletions

View File

@@ -5068,7 +5068,7 @@ GUIGUIAboutText6b db ' TEUF',0
GUIGUIAboutText6c db ' PAGEFAULT',0
GUIGUIAboutText6d db ' THEODDONE33',0
%ifdef __WIN32__
GUIGUIAboutText7 db 'WIN PORT V1.00',0
GUIGUIAboutText7 db 'WIN PORT V1.01',0
%elifdef __LINUX__
GUIGUIAboutText7 db 'LINUX PORT V0.23',0
%endif

View File

@@ -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 '29 '
%define ZVERSION '30 '
;%define ZBETA 0
; Line added by Peter Santing