mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-17 12:08:43 +00:00
595a3dfaea
file - added describe entry, rez fork - merged into GNO base build
18 lines
417 B
Plaintext
18 lines
417 B
Plaintext
/*
|
|
* $Id: whereis.rez,v 1.1 1997/09/30 04:22:43 gdr Exp $
|
|
*/
|
|
|
|
#include "Types.Rez"
|
|
|
|
resource rVersion (0x1, purgeable3, nocrossbank) {
|
|
|
|
{ 1, 3, 0, /* version 1.3.0 */
|
|
release, /* development|alpha|beta|final|release */
|
|
0 /* non-final release number */
|
|
},
|
|
verUS,
|
|
"whereis",
|
|
"searches standard directories for a file\n"
|
|
"Author: Devin Reade <gdr@myrias.com>"
|
|
};
|