
/*
 *  LIB/VERSION.H
 */

#define VERSION "V2.00"

#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__

