mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-19 11:30:51 +00:00
db224b5b07
the README for details of changes.
20 lines
473 B
Plaintext
20 lines
473 B
Plaintext
/*
|
|
* This file is intended to be #included by the other *.rez files.
|
|
*
|
|
* $Id: common.rez,v 1.1 1998/03/29 07:15:53 gdr-ftp Exp $
|
|
*/
|
|
|
|
#include "/src/gno/build.tools/builddate.rez"
|
|
|
|
resource rVersion (0x1, purgeable3, nocrossbank) {
|
|
|
|
{ 3, 1, 0, /* version */
|
|
release, /* development|alpha|beta|final|release */
|
|
0 /* non-final release number */
|
|
},
|
|
verUS,
|
|
PROG,
|
|
DESC "\nWritten by Devin Reade for GNO\n"
|
|
BUILD_DATE
|
|
};
|