mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-18 19:09:31 +00:00
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>"
|
||
|
};
|