changed the version number to 1.36 CVS

This commit is contained in:
ipher
2003-07-24 17:30:49 +00:00
parent 4622cfbc12
commit 35207e87a2
2 changed files with 2 additions and 2 deletions

View File

@@ -5287,7 +5287,7 @@ DisplayGUIAbout:
ret ret
SECTION .data SECTION .data
GUIGUIAboutText1 db 'ZSNES V',ZVERSION,' CVS',0 GUIGUIAboutText1 db 'ZSNES V',ZVERSION,'',0
GUIGUIAboutText2 db 'CODED BY : ',0 GUIGUIAboutText2 db 'CODED BY : ',0
GUIGUIAboutText3 db ' ZSKNIGHT',0 GUIGUIAboutText3 db ' ZSKNIGHT',0
GUIGUIAboutText4 db ' _DEMO_',0 GUIGUIAboutText4 db ' _DEMO_',0

View File

@@ -20,7 +20,7 @@ bits 32
section .text section .text
; Zsnes required macros ; Zsnes required macros
%define ZVERSION '1.36' %define ZVERSION '1.36 CVS'
%ifdef ELF %ifdef ELF
%imacro newsym 1 %imacro newsym 1