summaryrefslogtreecommitdiffstats
path: root/src/mac/version.r
blob: a1aac5a7aa98af20cb5d407af9bad7f4bec06bc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifdef mw_rez
#include <SysTypes.r>
#include <Types.r>
#else
#include "SysTypes.r"
#include "Types.r"
#endif

#include "MIT Kerberos.r"

resource 'vers' (1) {
	2, 0, final, 3,
	verUS,
	"2.0fc3",
	"2.0fc3, Copyright 1996-1999 Massachusetts Institute of Technology"
};