diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/mac/MIT Kerberos.r | 6 | ||||
| -rw-r--r-- | src/mac/Release notes | 6 | ||||
| -rw-r--r-- | src/mac/version.r | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/src/mac/MIT Kerberos.r b/src/mac/MIT Kerberos.r index ecd34b9ad..38fc7f445 100644 --- a/src/mac/MIT Kerberos.r +++ b/src/mac/MIT Kerberos.r @@ -3,9 +3,9 @@ resource 'vers' (2, purgeable) { 2, 0, - beta, + final, 1, verUS, - "2.0b1", - "MIT Kerberos for the Macintosh 2.0b1" + "2.0fc1", + "MIT Kerberos for the Macintosh 2.0fc1" };
\ No newline at end of file diff --git a/src/mac/Release notes b/src/mac/Release notes index ec24aa94b..457345285 100644 --- a/src/mac/Release notes +++ b/src/mac/Release notes @@ -71,4 +71,8 @@ Changes in 1.1a3: updated to CCache 2.0fc1 removed CLib and RuntimeLib from output binary renamed output to MIT Kerberos Library - changed vers 2 resource to new name (MIT Kerberos for the Macintosh)
\ No newline at end of file + changed vers 2 resource to new name (MIT Kerberos for the Macintosh) + +2.0fc2 + updated to CCache 2.0fc2 + removed 68K builds which snuck in somehow diff --git a/src/mac/version.r b/src/mac/version.r index 9fde6f9a5..5677dbb98 100644 --- a/src/mac/version.r +++ b/src/mac/version.r @@ -9,8 +9,8 @@ #include "MIT Kerberos.r" resource 'vers' (1) { - 2, 0, final, 1, + 2, 0, final, 2, verUS, - "2.0fc1", - "2.0fc1, Copyright 1996-1999 Massachusetts Institute of Technology" + "2.0fc2", + "2.0fc2, Copyright 1996-1999 Massachusetts Institute of Technology" }; |
