mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-18 08:30:42 +00:00
18 lines
432 B
Plaintext
18 lines
432 B
Plaintext
/*
|
|
* $Id: false.rez,v 1.1 1997/08/08 04:45:41 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 */
|
|
"false",
|
|
"Return a 'false' value to the shell\n"
|
|
"Author: Devin Reade <gdr@myrias.com>"
|
|
};
|