mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-18 19:09:31 +00:00
26 lines
662 B
Plaintext
26 lines
662 B
Plaintext
/*
|
|
* Copyright 1996 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.1 1996/03/31 23:38:34 gdr Exp $
|
|
*/
|
|
|
|
#include "Types.Rez"
|
|
|
|
resource rVersion (0x1, purgeable3, nocrossbank) {
|
|
|
|
{ 1, 0, 0, /* version 1.0.0 */
|
|
release, /* development|alpha|beta|final|release */
|
|
0 /* non-final release number */
|
|
},
|
|
verBritain, /* close enough */
|
|
"install",
|
|
"Unix-style install program --\n"
|
|
" copies files and creates directories\n"
|
|
"Devin Reade <gdr@myrias.com>\n"
|
|
"Canada"
|
|
};
|