ORCALib/liborca.rez
Stephen Heumann f906cac5f9 Update the version in the resource fork.
This is now an ORCA/C version number, rather than a GNO version number.
2020-02-19 12:47:16 -06:00

21 lines
409 B
Plaintext

#include "Types.rez"
resource rVersion (0x1, purgeable3) {
{
2,2,0,beta,4
},
verUS,
"ORCALib (GNO Version)",
"Byte Works' General Purpose Library.\n"
"This library is only for use with GNO.\n"
"Build Date: " $$DATE
};
resource rComment (0x1, purgeable3) {
"ORCALib (GNO Version)\n"
"Byte Works' General Purpose Library.\n"
"This library is only for use with GNO.\n"
"Build Date: " $$DATE
};