home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / new / util / cdity / yak / src / version.h < prev    next >
Text File  |  1994-10-12  |  326b  |  8 lines

  1. #define YAKDATE "("__DATE__")"  /* To fix a bug of SAS C 6.51 */
  2.  
  3. #define COPYRIGHT_STR  " © 1993,1994 Gaël Marziou & Philippe Bastiani"
  4. #define VERSION_NAME   "Yak 1.60 "
  5. #define VERSION_BROKER VERSION_NAME YAKDATE  COPYRIGHT_STR
  6. #define VERSION_STR    "$VER: " VERSION_NAME YAKDATE COPYRIGHT_STR
  7. #define VERSION_CATALOG 15L
  8.