summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorChristian A. Weber <chris@gna.ch>1993-05-24 14:33:59 +0000
committerChristian A. Weber <chris@gna.ch>1993-05-24 14:33:59 +0000
commit91dffe60923df0cdf04e79c47a4112bf1ecbcefe (patch)
tree6f6bcb567efd7e50a7efa3a33b03a91420d30da1 /Source
parent9fb44feb30ce318938751bfcb4826e65118cd647 (diff)
downloadiff-library-91dffe60923df0cdf04e79c47a4112bf1ecbcefe.tar.gz
iff-library-91dffe60923df0cdf04e79c47a4112bf1ecbcefe.tar.bz2
iff-library-91dffe60923df0cdf04e79c47a4112bf1ecbcefe.zip
Initial revision
Diffstat (limited to 'Source')
-rw-r--r--Source/IFF_rev.i16
1 files changed, 16 insertions, 0 deletions
diff --git a/Source/IFF_rev.i b/Source/IFF_rev.i
new file mode 100644
index 0000000..2e0c265
--- /dev/null
+++ b/Source/IFF_rev.i
@@ -0,0 +1,16 @@
+; $VER: 23.2 - File 'IFF_rev.i'
+VERSION EQU 23
+REVISION EQU 2
+DATE MACRO
+ dc.b '24.5.93'
+ ENDM
+VERS MACRO
+ dc.b 'IFF 23.2'
+ ENDM
+VSTRING MACRO
+ dc.b 'IFF 23.2 (24.5.93)',13,10,0
+ ENDM
+VERSTAG MACRO
+ dc.b 0,'$VER: IFF 23.2 (24.5.93)',0
+ ENDM
+; Bumper 37.116 (12.7.91) was here