Update ORCA/C version number to 2.2.0 B6.

This commit is contained in:
Stephen Heumann 2022-07-19 20:38:31 -05:00
parent 1177ddc172
commit 2f75f47140
4 changed files with 6 additions and 6 deletions

View File

@ -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

2
CC.rez
View File

@ -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"
};

View File

@ -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.}

View File

@ -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?}