home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / programm / 18302 < prev    next >
Encoding:
Text File  |  1993-01-07  |  719 b   |  22 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!gatech!rpi!utcsri!newsflash.concordia.ca!garrot.DMI.USherb.CA!vailm00
  3. From: vailm00@DMI.USherb.CA (MARC VAILLANCOURT)
  4. Subject: Re: Version Strings...
  5. Message-ID: <C0HyvD.D5z@DMI.USherb.CA>
  6. Sender: usenet@DMI.USherb.CA (Pour courrier Usenet)
  7. Nntp-Posting-Host: tohi
  8. Organization: Universite de Sherbrooke -- Dept. d'Informatique
  9. References: <Leon.0byx@abcd.Houghton.MI.US>
  10. Date: Thu, 7 Jan 1993 18:47:36 GMT
  11. Lines: 9
  12.  
  13. -> Can anyone give me a code fragment to insert a version string in 
  14. -> my program so that the AmigaDOS version program will detect it?
  15.  
  16.    No problem, here is an example:
  17.  
  18. static char *VerString = "$VER: Hyper-Snake 0.95 (29.10.92)";
  19.  
  20.     Marc
  21.  
  22.