1998-02-08 03:47:40 +00:00
|
|
|
/*
|
|
|
|
* Resources for version and comment
|
|
|
|
*
|
1998-02-19 01:00:36 +00:00
|
|
|
* $Id: libc.rez,v 1.2 1998/02/19 01:00:36 gdr-ftp Exp $
|
1998-02-08 03:47:40 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#define LIB "libc for GNO"
|
1998-02-19 01:00:36 +00:00
|
|
|
#define PORTED "Ported from 4.4BSD and other sources by Devin Reade.\n"
|
1998-02-08 03:47:40 +00:00
|
|
|
|
|
|
|
#include "Types.rez"
|
1998-02-19 01:00:36 +00:00
|
|
|
#include "/src/gno/build.tools/builddate.rez"
|
1998-02-08 03:47:40 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Version
|
|
|
|
*/
|
|
|
|
resource rVersion (1, purgeable3) {
|
1998-02-19 01:00:36 +00:00
|
|
|
{ 2, 0, 6, /* version */
|
1998-02-08 03:47:40 +00:00
|
|
|
beta, /* development|alpha|beta|final|release */
|
|
|
|
3 }, /* non-final release number */
|
|
|
|
verUS, /* Country */
|
|
|
|
LIB,
|
|
|
|
PORTED
|
1998-02-19 01:00:36 +00:00
|
|
|
BUILD_DATE
|
1998-02-08 03:47:40 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Comment
|
|
|
|
*/
|
|
|
|
resource rComment (1, purgeable3) {
|
|
|
|
LIB "\n"
|
|
|
|
PORTED
|
1998-02-19 01:00:36 +00:00
|
|
|
BUILD_DATE
|
1998-02-08 03:47:40 +00:00
|
|
|
};
|