home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / program / a / as1_23 / source / h / version < prev   
Encoding:
Text File  |  1993-12-26  |  362 b   |  8 lines

  1. #ifdef UNIX
  2. #define VERSION "v1.23 -- Based on Archimedes !As by Niklas Röjemo\nPorted to UNIX by Andy Duplain [" __DATE__ "]\n"
  3. #define MESSAGE "Creator: Niklas UNIX ARM ASM vsn 1.23 [" __DATE__ "]\n"
  4. #else
  5. #define VERSION "v1.23 !As Copyright © Niklas Röjemo [" __DATE__ "]\n"
  6. #define MESSAGE "Creator: Niklas RISC OS ARM ASM vsn 1.23 [" __DATE__ "]\n"
  7. #endif
  8.