1996-03-31 23:38:34 +00:00
|
|
|
/*
|
1997-10-30 04:14:21 +00:00
|
|
|
* Copyright 1996-1997 Devin Reade <gdr@myrias.com>.
|
1996-03-31 23:38:34 +00:00
|
|
|
* All rights reserved.
|
|
|
|
*
|
|
|
|
* For copying and distribution information, see the file "COPYING"
|
|
|
|
* accompanying this file.
|
|
|
|
*
|
1998-03-08 18:19:00 +00:00
|
|
|
* $Id: inst.rez,v 1.3 1998/03/08 18:19:00 gdr-ftp Exp $
|
1996-03-31 23:38:34 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include "Types.Rez"
|
1998-03-08 18:19:00 +00:00
|
|
|
#include "/src/gno/build.tools/builddate.rez"
|
1996-03-31 23:38:34 +00:00
|
|
|
|
|
|
|
resource rVersion (0x1, purgeable3, nocrossbank) {
|
|
|
|
|
1997-10-30 04:14:21 +00:00
|
|
|
{ 1, 1, 0, /* version 1.1.0 */
|
1996-03-31 23:38:34 +00:00
|
|
|
release, /* development|alpha|beta|final|release */
|
|
|
|
0 /* non-final release number */
|
|
|
|
},
|
1997-10-30 04:14:21 +00:00
|
|
|
verUS,
|
1996-03-31 23:38:34 +00:00
|
|
|
"install",
|
|
|
|
"Unix-style install program --\n"
|
|
|
|
" copies files and creates directories\n"
|
1998-03-08 18:19:00 +00:00
|
|
|
"Devin Reade\n"
|
|
|
|
BUILD_DATE
|
1996-03-31 23:38:34 +00:00
|
|
|
};
|