mirror of
https://github.com/byteworksinc/Linker.git
synced 2024-11-21 13:31:57 +00:00
15 lines
379 B
Plaintext
15 lines
379 B
Plaintext
#include "types.rez"
|
|
|
|
resource rVersion(1) {
|
|
{
|
|
2, /* Major revision */
|
|
0, /* Minor revision */
|
|
4, /* Bug version */
|
|
release, /* Release stage */
|
|
0, /* Non-final release # */
|
|
},
|
|
verUS, /* Region code */
|
|
"ORCA/Linker", /* Short version number */
|
|
"Copyright 1996, Byte Works, Inc." /* Long version number */
|
|
};
|