DumpObj/dumpobj.rez

23 lines
743 B
Plaintext
Raw Normal View History

2018-03-12 03:56:36 +00:00
/*--------------------------------------------------------------*/
/* */
/* Resources for DumpOBJ */
/* */
/*--------------------------------------------------------------*/
#include "types.rez"
/*- Finder Interface -------------------------------------------*/
resource rVersion(1) {
{
2, /* Major revision */
0, /* Minor revision */
2018-03-12 16:06:42 +00:00
2, /* Bug version */
beta, /* Release stage */
1, /* Non-final release # */
2018-03-12 03:56:36 +00:00
},
verUS, /* Region code */
"DumpOBJ", /* Short version number */
2018-03-12 16:06:42 +00:00
"Copyright 1996, Byte Works, Inc." /* Long version number */
2018-03-12 03:56:36 +00:00
};