gno/usr.bin/install/inst.rez

26 lines
650 B
Plaintext

/*
* Copyright 1996-1997 Devin Reade <gdr@myrias.com>.
* All rights reserved.
*
* For copying and distribution information, see the file "COPYING"
* accompanying this file.
*
* $Id: inst.rez,v 1.2 1997/10/30 04:14:21 gdr Exp $
*/
#include "Types.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,
"install",
"Unix-style install program --\n"
" copies files and creates directories\n"
"Devin Reade <gdr@eddore.myrias.com>\n"
"Canada"
};