mirror of
https://github.com/byteworksinc/DumpObj.git
synced 2024-11-25 19:32:22 +00:00
23 lines
746 B
Plaintext
23 lines
746 B
Plaintext
/*--------------------------------------------------------------*/
|
|
/* */
|
|
/* Resources for DumpOBJ */
|
|
/* */
|
|
/*--------------------------------------------------------------*/
|
|
|
|
#include "types.rez"
|
|
|
|
/*- Finder Interface -------------------------------------------*/
|
|
|
|
resource rVersion(1) {
|
|
{
|
|
2, /* Major revision */
|
|
0, /* Minor revision */
|
|
1, /* Bug version */
|
|
release, /* Release stage */
|
|
0, /* Non-final release # */
|
|
},
|
|
verUS, /* Region code */
|
|
"DumpOBJ", /* Short version number */
|
|
"Copyright 1994, Byte Works, Inc." /* Long version number */
|
|
};
|