Updated version numbers

This commit is contained in:
pagefault
2001-08-12 01:55:57 +00:00
parent af9f67563a
commit adcbebafaa
2 changed files with 3 additions and 3 deletions

View File

@@ -5130,9 +5130,9 @@ GUIGUIAboutText6b db ' TEUF',0
GUIGUIAboutText6c db ' PAGEFAULT',0 GUIGUIAboutText6c db ' PAGEFAULT',0
GUIGUIAboutText6d db ' THEODDONE33',0 GUIGUIAboutText6d db ' THEODDONE33',0
%ifdef __WIN32__ %ifdef __WIN32__
GUIGUIAboutText7 db 'WIN PORT V1.04',0 GUIGUIAboutText7 db 'WIN PORT V1.05',0
%elifdef __LINUX__ %elifdef __LINUX__
GUIGUIAboutText7 db 'LINUX PORT V0.31',0 GUIGUIAboutText7 db 'LINUX PORT V0.37',0
%endif %endif
GUIGUIAboutText8 db 'HOMEPAGE',0 GUIGUIAboutText8 db 'HOMEPAGE',0

View File

@@ -129,7 +129,7 @@ NEWSYM outofmemory
SECTION .data SECTION .data
NEWSYM mydebug, db '',13,10,0 NEWSYM mydebug, db '',13,10,0
NEWSYM outofmem, db 'You don',39,'t have enough memory to run this program!',13,10,0 NEWSYM outofmem, db 'You don',39,'t have enough memory to run this program!',13,10,0
%define ZVERSION '31b ' %define ZVERSION '337 '
;%define ZBETA 0 ;%define ZBETA 0
; Line added by Peter Santing ; Line added by Peter Santing