home *** CD-ROM | disk | FTP | other *** search
- #define PATCHLEVEL 6
- #define RELEASE 4
-
- #ifdef AMIGA
-
- /* Following is a really screwy way of incorporating compile-time info into *
- * the binary as an Amiga version string. Unfortunately, it was the only *
- * method I could find. --dgc, 13 May 92 */
-
- #define AmiVerChars1 {'$','V','E','R',':',' ','A','m','i','g','a',' ','S','o','u','n','d',' ','E','x','c','h','a','n','g','e',' ',
- #define AmiVerChars2 'w','i','t','h',' ','F','P','U',' ','s','u','p','p','o','r','t',' ',
- #define AmiVerChars3 'R','e','l','e','a','s','e',' ','0'+RELEASE,',',' ',
- #define AmiVerChars4 'P','a','t','c','h','l','e','v','e','l',' ','0'+PATCHLEVEL,'.','\0'}
- #ifdef MC68881
- #define AmiVerChars0 AmiVerChars1 AmiVerChars2
- #else
- #define AmiVerChars0 AmiVerChars1
- #endif MC68881
- #define AmiVerChars AmiVerChars0 AmiVerChars3 AmiVerChars4
- /* if you change these strings, be sure to change the size here! */
- #define AmiVerSize 69
-
- #endif AMIGA
-