blob: a83d10ff201fe407cd83ff1b842bd7e3d9055569 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifdef mw_rez
#include <SysTypes.r>
#include <Types.r>
#else
#include "SysTypes.r"
#include "Types.r"
#endif
resource 'vers' (1) {
0x01, 0x00, final, 0x00,
verUS,
"1.0",
"1.0, Copyright 1996 Massachusetts Institute of Technology"
};
|