diff options
author | Christian A. Weber <chris@gna.ch> | 1992-06-03 23:46:04 +0000 |
---|---|---|
committer | Christian A. Weber <chris@gna.ch> | 1992-06-03 23:46:04 +0000 |
commit | 882cbdad9b688a8046fe501385a2f11f71b91eb1 (patch) | |
tree | dd96a3b865478d6c71bf15076a85dd2716ac4e91 /Source | |
parent | 1583b47dd3af8dba291ee6fb39a3e1e9d1e47a90 (diff) | |
download | iff-library-882cbdad9b688a8046fe501385a2f11f71b91eb1.tar.gz iff-library-882cbdad9b688a8046fe501385a2f11f71b91eb1.tar.bz2 iff-library-882cbdad9b688a8046fe501385a2f11f71b91eb1.zip |
Versionsnummer geflusht wegen neuem xpk zeug in OpenIFF()
Diffstat (limited to 'Source')
-rw-r--r-- | Source/IFFLib.S | 14 |
1 files changed, 7 insertions, 7 deletions
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 |