mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-19 11:30:51 +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
|
|
};
|