mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-22 03:30:12 +00:00
17 lines
274 B
Plaintext
17 lines
274 B
Plaintext
|
|
||
|
#include "mytypes.rez"
|
||
|
|
||
|
/* Version */
|
||
|
resource rVersion (1, purgeable3) {
|
||
|
{ VERSION }, /* x.y.z development|alpha|beta|final|release
|
||
|
non-final release number */
|
||
|
COUNTRY,
|
||
|
PROG,
|
||
|
DESC
|
||
|
};
|
||
|
|
||
|
/* Comment */
|
||
|
resource rComment (1, purgeable3) {
|
||
|
COMMENT
|
||
|
};
|