mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2024-10-31 17:04:42 +00:00
Update ORCA/C version number to 2.2.0 B6.
This commit is contained in:
parent
1177ddc172
commit
2f75f47140
@ -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
2
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"
|
||||
};
|
||||
|
@ -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.}
|
||||
|
@ -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?}
|
||||
|
Loading…
Reference in New Issue
Block a user