gno/usr.bin/help/help.rez
gdr-ftp 7c0cc1c3d4 Makefile:
changed to handle the new *.mk files
help.rez:
	added build date
1998-03-08 17:40:55 +00:00

19 lines
432 B
Plaintext

/*
* $Id: help.rez,v 1.2 1998/03/08 17:40:55 gdr-ftp Exp $
*/
#include "Types.Rez"
#include "/src/gno/build.tools/builddate.rez"
resource rVersion (0x1, purgeable3, nocrossbank) {
{ 1, 1, 0, /* version 1.1.0 */
release, /* development|alpha|beta|final|release */
0 /* non-final release number */
},
verUS,
"help",
"Print the help file for an ORCA utility\n"
BUILD_DATE
};