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.
|
|
|
|
*
|
1997-10-30 04:14:21 +00:00
|
|
|
* $Id: inst.rez,v 1.2 1997/10/30 04:14:21 gdr Exp $
|
1996-03-31 23:38:34 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include "Types.Rez"
|
|
|
|
|
|
|
|
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"
|
1997-10-30 04:14:21 +00:00
|
|
|
"Devin Reade <gdr@eddore.myrias.com>\n"
|
1996-03-31 23:38:34 +00:00
|
|
|
"Canada"
|
|
|
|
};
|