gno/usr.orca.bin/describe/descu.rez

35 lines
677 B
Plaintext
Raw Normal View History

/*
* Resources for version and comment
*
* $Id: descu.rez,v 1.1 1997/09/24 06:34:59 gdr Exp $
*/
#include "Types.rez"
/* Don't forget to update the version numbers, below (two places) */
#define PROG "descu"
#define DESC "describe(1) source updater"
#define AUTHOR "Author: Devin Reade <gdr@myrias.com>"
/*
* Version
*/
resource rVersion (1, purgeable3) {
{ 1, 0, 4, /* Version 1.0.4 */
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.4\n"
DESC " (GNO) \n"
AUTHOR
};