mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-21 23:29:16 +00:00
d1c781eaf4
- 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
20 lines
438 B
Plaintext
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
|
|
};
|