gno/usr.bin/install/inst.rez
gdr-ftp 5af9e3b875 Checkin of install version 1.2. New to this version is use of GS/OS
sessions, and a verbose flag to print out file names as they are copied.
1998-04-24 00:54:06 +00:00

27 lines
706 B
Plaintext

/*
* Copyright 1996-1997 Devin Reade <gdr@trenco.gno.org>.
* All rights reserved.
*
* For copying and distribution information, see the file "COPYING"
* accompanying this file.
*
* $Id: inst.rez,v 1.4 1998/04/24 00:54:06 gdr-ftp Exp $
*/
#include "Types.Rez"
#include "/src/gno/build.tools/builddate.rez"
resource rVersion (0x1, purgeable3, nocrossbank) {
{ 1, 2, 0, /* version; also in inst.c and inst.desc */
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\n"
BUILD_DATE
};