mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-18 19:09:31 +00:00
19 lines
411 B
Plaintext
19 lines
411 B
Plaintext
/*
|
|
* $Id: nroff.rez,v 1.2 1997/10/30 04:04:35 gdr Exp $
|
|
*/
|
|
|
|
#include "Types.Rez"
|
|
|
|
resource rVersion (0x1, purgeable3, nocrossbank) {
|
|
|
|
{ 1, 2, 1, /* version */
|
|
release, /* development|alpha|beta|final|release */
|
|
0 /* non-final release number */
|
|
},
|
|
verUS,
|
|
"nroff",
|
|
"Text Processing Typesetter\n"
|
|
"Devin Reade <gdr@eddore.myrias.com>\n"
|
|
"Canada"
|
|
};
|