diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/IFFLib.S | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Source/IFFLib.S b/Source/IFFLib.S index 03a3b4a..68d385e 100644 --- a/Source/IFFLib.S +++ b/Source/IFFLib.S @@ -1,11 +1,11 @@ ** -** $Id: IFFLib.S,v 21.2 92/05/17 03:08:33 chris Exp $ -** $Revision: 21.2 $ +** $Id: IFFLib.S,v 21.3 92/05/18 02:22:57 chris Exp $ +** $Revision: 21.3 $ ** ** $Filename: IFFLib.S $ ** $Author: chris $ ** $Release: 19.1 $ -** $Date: 92/05/17 03:08:33 $ +** $Date: 92/05/18 02:22:57 $ ** ** Disk-resident library for simple IFF file I/O. Does not handle ** nested PROPs and CATs. Contains special ILBM support routines. @@ -85,10 +85,10 @@ IFD PP_VERSION VERSION: EQU 100 ; D0 bei OpenLibrary -REVISION: EQU 3 ; jedesmal um 1 erhöhen +REVISION: EQU 4 ; jedesmal um 1 erhöhen ELSE -VERSION: EQU 21 ; D0 bei OpenLibrary -REVISION: EQU 3 ; jedesmal um 1 erhöhen +VERSION: EQU 22 ; D0 bei OpenLibrary +REVISION: EQU 1 ; jedesmal um 1 erhöhen ENDC ***************************************************************************** @@ -136,10 +136,10 @@ MyROMTag: DC.W RTC_MATCHWORD IFD PP_VERSION MyLibName: DC.B "iffpp.library",0 -MyLibInfo: DC.B "IFFPP 101.3 (16.05.92) Copyright © 1990-1992 by Christian A. Weber",10,13,0 +MyLibInfo: DC.B "IFFPP 101.4 (02.06.92) Copyright © 1990-1992 by Christian A. Weber",10,13,0 ELSE MyLibName: DC.B "iff.library",0 -MyLibInfo: DC.B "IFF 21.3 (17.05.92) by Christian A. Weber",10,13,0 +MyLibInfo: DC.B "IFF 22.1 (02.06.92) by Christian A. Weber",10,13,0 ENDC DOSName: DC.B "dos.library",0 |