mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-18 19:09:31 +00:00
19 lines
416 B
Plaintext
19 lines
416 B
Plaintext
|
/*
|
||
|
* $Id: tee.rez,v 1.1 1996/09/03 03:56:08 gdr Exp $
|
||
|
*/
|
||
|
|
||
|
#include "Types.Rez"
|
||
|
|
||
|
resource rVersion (0x1, purgeable3, nocrossbank) {
|
||
|
|
||
|
{ 1, 2, 0, /* version 1.2.0 */
|
||
|
release, /* development|alpha|beta|final|release */
|
||
|
0 /* non-final release number */
|
||
|
},
|
||
|
verBritain, /* close enough */
|
||
|
"tee",
|
||
|
"pipe fitting\n"
|
||
|
"Devin Reade <gdr@myrias.com>\n"
|
||
|
"Canada"
|
||
|
};
|