mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-18 19:09:31 +00:00
d23148604d
This is taken from NetBSD.
19 lines
434 B
Plaintext
19 lines
434 B
Plaintext
/*
|
|
* $Id: test.rez,v 1.1 1996/02/10 08:27:33 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 */
|
|
"test",
|
|
"Condition evaluation utility\n"
|
|
"Devin Reade <gdr@myrias.com>\n"
|
|
"Canada"
|
|
};
|