summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Source/IFFLib.S14
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