mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2024-11-05 02:07:22 +00:00
15 lines
372 B
Plaintext
15 lines
372 B
Plaintext
#include "types.rez"
|
|
|
|
resource rVersion(1) {
|
|
{
|
|
2, /* Major revision */
|
|
1, /* Minor revision */
|
|
1, /* Bug version */
|
|
beta, /* Release stage */
|
|
3, /* Non-final release # */
|
|
},
|
|
verUS, /* Region code */
|
|
"ORCA/C", /* Short version number */
|
|
"Copyright 1997, Byte Works, Inc." /* Long version number */
|
|
};
|