mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-22 14:30:29 +00:00
18 lines
390 B
Plaintext
18 lines
390 B
Plaintext
|
/*
|
||
|
* $Id: fmt.rez,v 1.1 1997/10/30 03:49:47 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 */
|
||
|
},
|
||
|
verUS,
|
||
|
"fmt",
|
||
|
"Simple text formatter\n"
|
||
|
"Ported by Devin Reade for GNO v2.0.6"
|
||
|
};
|