mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-22 14:30:29 +00:00
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"
|
||
|
};
|