changed the version number to 1.36 CVS
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user