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 >
Text File  |  1990-06-01  |  248b  |  12 lines

  1.  
  2. /*
  3.  *  LIB/VERSION.H
  4.  */
  5.  
  6. #define VERSION "V2.02"
  7.  
  8. #define DCOPYRIGHT static char *DCopyright = "(c)Copyright 1990 by Matthew Dillon, All Rights Reserved"
  9.  
  10. #define IDENT(file,subv)   static char *Ident = "@($)" file " " VERSION subv " " __DATE__
  11.  
  12.