From 882cbdad9b688a8046fe501385a2f11f71b91eb1 Mon Sep 17 00:00:00 2001 From: "Christian A. Weber" Date: Wed, 3 Jun 1992 23:46:04 +0000 Subject: Versionsnummer geflusht wegen neuem xpk zeug in OpenIFF() --- Source/IFFLib.S | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Source/IFFLib.S') diff --git a/Source/IFFLib.S b/Source/IFFLib.S index 68d385e..9361edb 100644 --- a/Source/IFFLib.S +++ b/Source/IFFLib.S @@ -1,11 +1,11 @@ ** -** $Id: IFFLib.S,v 21.3 92/05/18 02:22:57 chris Exp $ -** $Revision: 21.3 $ +** $Id: IFFLib.S,v 22.1 92/06/02 16:49:02 chris Exp $ +** $Revision: 22.1 $ ** ** $Filename: IFFLib.S $ ** $Author: chris $ ** $Release: 19.1 $ -** $Date: 92/05/18 02:22:57 $ +** $Date: 92/06/02 16:49:02 $ ** ** Disk-resident library for simple IFF file I/O. Does not handle ** nested PROPs and CATs. Contains special ILBM support routines. @@ -84,11 +84,11 @@ IFD PP_VERSION -VERSION: EQU 100 ; D0 bei OpenLibrary +VERSION: EQU 101 ; D0 bei OpenLibrary REVISION: EQU 4 ; jedesmal um 1 erhöhen ELSE VERSION: EQU 22 ; D0 bei OpenLibrary -REVISION: EQU 1 ; jedesmal um 1 erhöhen +REVISION: EQU 2 ; 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.4 (02.06.92) Copyright © 1990-1992 by Christian A. Weber",10,13,0 +MyLibInfo: DC.B "IFFPP 101.4 (03.06.92) Copyright © 1990-1992 by Christian A. Weber",10,13,0 ELSE MyLibName: DC.B "iff.library",0 -MyLibInfo: DC.B "IFF 22.1 (02.06.92) by Christian A. Weber",10,13,0 +MyLibInfo: DC.B "IFF 22.2 (03.06.92) by Christian A. Weber",10,13,0 ENDC DOSName: DC.B "dos.library",0 -- cgit v1.2.3