mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-22 14:30:29 +00:00
3f5e869b65
- modified for GNO base build center.c: - prototyped functions, general code cleanup center.1, center.desc, center.rez: - initial checkin
19 lines
392 B
Plaintext
19 lines
392 B
Plaintext
/*
|
|
* $Id: center.rez,v 1.1 1999/02/16 06:04:12 gdr-ftp Exp $
|
|
*/
|
|
|
|
#include "Types.Rez"
|
|
#include "builddate.rez"
|
|
|
|
resource rVersion (0x1, purgeable3, nocrossbank) {
|
|
|
|
{ 1, 1, 0, /* version */
|
|
release, /* development|alpha|beta|final|release */
|
|
0 /* non-final release number */
|
|
},
|
|
verUS,
|
|
"center",
|
|
"Center text to stdout.\n"
|
|
BUILD_DATE
|
|
};
|