mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-12 11:05:12 +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
440 B
Plaintext
20 lines
440 B
Plaintext
/*
|
|
* $Id: syslogd.rez,v 1.2 1998/12/22 16:05:46 gdr-ftp Exp $
|
|
*/
|
|
|
|
#include "Types.Rez"
|
|
#include "builddate.rez"
|
|
|
|
resource rVersion (0x1, purgeable3, nocrossbank) {
|
|
|
|
{ 2, 0, 0, /* version */
|
|
alpha, /* development|alpha|beta|final|release */
|
|
1 /* non-final release number */
|
|
},
|
|
verUS,
|
|
"syslogd",
|
|
"System Logger Daemon\n"
|
|
"Written by Devin Reade for GNO v2.0.6\n"
|
|
BUILD_DATE
|
|
};
|