home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d3xx
/
d359
/
dice.lha
/
DICE
/
DICE.lzh
/
include
/
lib
/
version.h
< prev
next >
Wrap
Text File
|
1990-06-01
|
248b
|
12 lines
/*
* LIB/VERSION.H
*/
#define VERSION "V2.02"
#define DCOPYRIGHT static char *DCopyright = "(c)Copyright 1990 by Matthew Dillon, All Rights Reserved"
#define IDENT(file,subv) static char *Ident = "@($)" file " " VERSION subv " " __DATE__