diff --git a/C.Update.ReadMe b/C.Update.ReadMe index ca3a9fc..afaf775 100644 --- a/C.Update.ReadMe +++ b/C.Update.ReadMe @@ -1,7 +1,7 @@ -Welcome to ORCA/C 2.2.0 B5! This is an update release containing +Welcome to ORCA/C 2.2.0 B6! This is an update release containing patches from community members (Stephen Heumann and Kelvin Sherlock), -which fix bugs and also add several new features. For details on -these changes, see the cc.notes file in the Release.Notes directory. +which fix bugs and add new features. For details on these changes, +see the cc.notes file in the Release.Notes directory. This package is designed to be applied as an update to an existing ORCA installation containing ORCA/C 2.1.0 or later (including the one diff --git a/CC.rez b/CC.rez index aa68776..5f01b32 100644 --- a/CC.rez +++ b/CC.rez @@ -11,5 +11,5 @@ resource rVersion(1) { verUS, /* Region code */ "ORCA/C", /* Short version number */ "Copyright 1997, Byte Works, Inc.\n" /* Long version number */ - "Updated 2021" + "Updated 2022" }; diff --git a/CCommon.pas b/CCommon.pas index 9f1b5de..9a0349e 100644 --- a/CCommon.pas +++ b/CCommon.pas @@ -109,7 +109,7 @@ const flag_t = $00001000; {treat all errors as terminal?} flag_w = $00000200; {wait when an error is found?} - versionStr = '2.2.0 B6 dev'; {compiler version} + versionStr = '2.2.0 B6'; {compiler version} type {Misc.} diff --git a/Header.pas b/Header.pas index f36d078..71f7228 100644 --- a/Header.pas +++ b/Header.pas @@ -18,7 +18,7 @@ uses CCommon, MM, Scanner, Symbol, CGI; {$segment 'SCANNER'} const - symFileVersion = 26; {version number of .sym file format} + symFileVersion = 27; {version number of .sym file format} var inhibitHeader: boolean; {should .sym includes be blocked?}