diff options
author | Christian A. Weber <chris@gna.ch> | 1992-06-02 16:49:02 +0000 |
---|---|---|
committer | Christian A. Weber <chris@gna.ch> | 1992-06-02 16:49:02 +0000 |
commit | 9dc4b38825935ae5b94511d7d1c87c9923a4f7f6 (patch) | |
tree | c639ac555863fb65a318dd90f8a59dc4d3d08cdf /Source | |
parent | ffc85e098a570c0ed840e269cad3380709fc37e8 (diff) | |
download | iff-library-9dc4b38825935ae5b94511d7d1c87c9923a4f7f6.tar.gz iff-library-9dc4b38825935ae5b94511d7d1c87c9923a4f7f6.tar.bz2 iff-library-9dc4b38825935ae5b94511d7d1c87c9923a4f7f6.zip |
Versionsnummer auf 22 gesetzt
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 |