home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / YAK211SR.LHA / Yak_2.11_Src / Include / Version.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-22  |  301 b   |  8 lines

  1. #define AUTHOR  "Gaël Marziou, Philippe Bastiani and Nick Christie"
  2. #define COPYRIGHT_STR  " © 1993,1995 " AUTHOR
  3. #define VERSION_BROKER "Yak 2.11 " __AMIGADATE__  COPYRIGHT_STR
  4. #define VERSION_NAME   "Yak 2.11"
  5. #define VERSION_STR    "$VER: Yak 2.11 " __AMIGADATE__ 
  6.  
  7. extern const char versionstr[];
  8.