gno/usr.bin/tr/tr.rez

32 lines
630 B
Plaintext
Raw Permalink Normal View History

1997-09-21 22:20:37 +00:00
/*
* Resources for version and comment
1997-09-24 06:20:22 +00:00
*
* $Id: tr.rez,v 1.2 1997/09/24 06:20:22 gdr Exp $
1997-09-21 22:20:37 +00:00
*/
#define PROG "tr"
#define DESC "Translate characters in a file."
#include "Types.rez"
/*
* Version
*/
resource rVersion (1, purgeable3) {
{ 2, 0, 0, /* Version 2.0.0 */
release, /* development|alpha|beta|final|release */
0 }, /* non-final release number */
verUS, /* Country */
PROG, /* Program name */
DESC " Released with GNO/ME."
};
/*
* Comment
*/
resource rComment (1, purgeable3) {
PROG " v2.0 (August 1997)\n"
"GNO utility: " DESC "\n"
"Ported from FreeBSD code by Dave Tribby."
};