Fixed version number in other ports

This commit is contained in:
pagefault
2001-05-03 21:45:31 +00:00
parent 7dde480df1
commit 9236170368

View File

@@ -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