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