mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-01-02 04:31:25 +00:00
Update ORCA/C version number to 2.2.0 B2.
This commit is contained in:
parent
13434dd520
commit
38345e4ca2
@ -1,7 +1,7 @@
|
||||
Welcome to ORCA/C 2.2.0 B1! This is an update release containing
|
||||
patches from me and other community members, which fix several bugs
|
||||
and also add some new features. For details on these changes, see
|
||||
the cc.notes file in the Release.Notes directory.
|
||||
Welcome to ORCA/C 2.2.0 B2! This is an update release containing
|
||||
patches from community members (Stephen Heumann and Kelvin Sherlock),
|
||||
which fix several bugs and also add some 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
|
||||
|
5
CC.rez
5
CC.rez
@ -6,9 +6,10 @@ resource rVersion(1) {
|
||||
2, /* Minor revision */
|
||||
0, /* Bug version */
|
||||
beta, /* Release stage */
|
||||
1, /* Non-final release # */
|
||||
2, /* Non-final release # */
|
||||
},
|
||||
verUS, /* Region code */
|
||||
"ORCA/C", /* Short version number */
|
||||
"Copyright 1997, Byte Works, Inc." /* Long version number */
|
||||
"Copyright 1997, Byte Works, Inc.\n" /* Long version number */
|
||||
"Updated 2017"
|
||||
};
|
||||
|
@ -104,7 +104,7 @@ const
|
||||
flag_t = $00001000; {treat all errors as terminal?}
|
||||
flag_w = $00000200; {wait when an error is found?}
|
||||
|
||||
versionStr = '2.2.0 B1'; {compiler version}
|
||||
versionStr = '2.2.0 B2'; {compiler version}
|
||||
|
||||
type
|
||||
{Misc.}
|
||||
|
Loading…
Reference in New Issue
Block a user