From 91dffe60923df0cdf04e79c47a4112bf1ecbcefe Mon Sep 17 00:00:00 2001 From: "Christian A. Weber" Date: Mon, 24 May 1993 14:33:59 +0000 Subject: Initial revision --- Source/IFF_rev.i | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Source/IFF_rev.i (limited to 'Source') 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 -- cgit v1.2.3