mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-18 19:09:31 +00:00
4028b2d317
- use single colon on additional dependancies fmt.rez: - added build date
20 lines
461 B
Plaintext
20 lines
461 B
Plaintext
/*
|
|
* $Id: fmt.rez,v 1.2 1998/03/08 17:38:25 gdr-ftp Exp $
|
|
*/
|
|
|
|
#include "Types.Rez"
|
|
#include "/src/gno/build.tools/builddate.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\n"
|
|
BUILD_DATE
|
|
};
|