Updated windows port version

This commit is contained in:
pagefault
2001-05-17 01:12:34 +00:00
parent 94cd9994d1
commit 2eecf06e1a

View File

@@ -4991,7 +4991,7 @@ GUIGUIAboutText6b db ' TEUF',0
GUIGUIAboutText6c db ' PAGEFAULT',0
GUIGUIAboutText6d db ' THEODDONE33',0
%ifdef __WIN32__
GUIGUIAboutText7 db 'WIN PORT V0.96',0
GUIGUIAboutText7 db 'WIN PORT V0.97',0
%elifdef __LINUX__
GUIGUIAboutText7 db 'LINUX PORT V0.43',0
%endif