gno/usr.orca.bin/describe/descu.rez
gdr-ftp 17aad04201 There used to be a limit of 65k on the size of the describe
database source when using descu.  This limit was imposed
	due to a bug in ORCA/C (it is no longer clear whether
	this was a bug in malloc(3) or in array indexing code).
	As of ORCA/C v2.1.x, this bug appears to be fixed, so
	the limit was lifted.
A couple of calls to lseek(2) didn't have their return values
	checked for errors.  Fixed.
Updated email address for Devin Reade.
1998-02-07 06:40:11 +00:00

35 lines
686 B
Plaintext

/*
* Resources for version and comment
*
* $Id: descu.rez,v 1.3 1998/02/07 06:40:11 gdr-ftp Exp $
*/
#include "Types.rez"
/* Don't forget to update the version numbers, below (two places) */
#define PROG "descu"
#define DESC "describe(1) source update utility"
#define AUTHOR "Author: Devin Reade <gdr@trenco.gno.org>"
/*
* Version
*/
resource rVersion (1, purgeable3) {
{ 1, 0, 6, /* Version */
release, /* development|alpha|beta|final|release */
0 }, /* non-final release number */
verUS, /* Country */
PROG, /* Program name */
DESC " (GNO)"
};
/*
* Comment
*/
resource rComment (1, purgeable3) {
PROG " v1.0.6\n"
DESC " (GNO) \n"
AUTHOR
};