mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-15 15:07:16 +00:00
18 lines
418 B
Plaintext
18 lines
418 B
Plaintext
/*
|
|
* $Id: whereis.rez,v 1.2 1999/07/03 14:43:42 gdr-ftp 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@gno.org>"
|
|
};
|