mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-02 23:31:56 +00:00
2604b42f9a
out of 13/RInclude instead of /src/gno/build.tools. This implies that builddate.rez has to have been previously installed in 13/RInclude; this is done by the 'install' and 'release' targets in /src/gno/build.tools.
20 lines
438 B
Plaintext
20 lines
438 B
Plaintext
/*
|
|
* $Id: renram5.rez,v 1.4 1998/12/22 16:05:37 gdr-ftp Exp $
|
|
*/
|
|
|
|
#include "Types.Rez"
|
|
#include "builddate.rez"
|
|
|
|
resource rVersion (0x1, purgeable3, nocrossbank) {
|
|
|
|
{ 1, 0, 1, /* version 1.0.1 */
|
|
release, /* development|alpha|beta|final|release */
|
|
0 /* non-final release number */
|
|
},
|
|
verUS,
|
|
"renram5",
|
|
"Rename /RAM5 at boot time.\n"
|
|
"Devin Reade <gdr@myrias.com>\n"
|
|
BUILD_DATE
|
|
};
|