/* * Resources for version and comment * * $Id: cksum.rez,v 1.3 1998/12/22 16:05:38 gdr-ftp Exp $ */ #define PROG "cksum/sum" #define DESC "Display file checksums and block counts." #include "Types.rez" #include "builddate.rez" /* * Version */ resource rVersion (1, purgeable3) { { 2, 0, 0, /* Version 2.0.0 */ release, /* development|alpha|beta|final|release */ 0 }, /* non-final release number */ verUS, /* Country */ PROG, /* Program name */ DESC "\nReleased with GNO/ME.\n" BUILD_DATE }; /* * Comment */ resource rComment (1, purgeable3) { PROG " v2.0\n" "GNO utility: " DESC "\n" "Ported from FreeBSD code by Dave Tribby.\n" BUILD_DATE };