gno/bin/aroff/aroff.rez
gdr-ftp d1c781eaf4 Makefile:
- completely changed for new builds
awgs.c, awgs.h:
	- renamed to aroff.c and aroff.h, respectively
	- inserted RCS Id tag
	- reformatted source (not substantive changes)
aroff.1, aroff.rez, aroff.desc:
	- initial checkin
1999-01-15 08:36:31 +00:00

20 lines
438 B
Plaintext

/*
* $Id: aroff.rez,v 1.1 1999/01/15 08:36:31 gdr-ftp Exp $
*/
#include "Types.Rez"
#include "builddate.rez"
resource rVersion (0x1, purgeable3, nocrossbank) {
{ 2, 0, 0, /* version 1.1.0 */
release, /* development|alpha|beta|final|release */
0 /* non-final release number */
},
verUS,
"aroff",
"Apple ROFF.\n"
"Print Appleworks GS format manual pages.\n"
BUILD_DATE
};