diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mac/Release notes | 6 | ||||
-rw-r--r-- | src/mac/version.r | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/src/mac/Release notes b/src/mac/Release notes index 02c8f9ac3b..e784488542 100644 --- a/src/mac/Release notes +++ b/src/mac/Release notes @@ -33,4 +33,8 @@ Changes in 1.1a3: Fixed clean target Added template target Fixed inconsistency about bugger size in globals API - Updated to ccache 2.0b1
\ No newline at end of file + Updated to ccache 2.0b1 + +1.1b8 + 68K builds are back + Updated to ccache 2.0b2
\ No newline at end of file diff --git a/src/mac/version.r b/src/mac/version.r index f5c61c1abc..9b48ab0ba5 100644 --- a/src/mac/version.r +++ b/src/mac/version.r @@ -7,10 +7,10 @@ #endif resource 'vers' (1) { - 0x01, 0x10, beta, 0x06, + 0x01, 0x10, beta, 0x08, verUS, - "1.1b6", - "1.1b6, Copyright 1996-1999 Massachusetts Institute of Technology" + "1.1b8", + "1.1b8, Copyright 1996-1999 Massachusetts Institute of Technology" }; resource 'vers' (2) { |