Update ORCA/C version number to 2.2.0 B2.

This commit is contained in:
Stephen Heumann 2017-12-13 23:05:20 -06:00
parent 13434dd520
commit 38345e4ca2
3 changed files with 8 additions and 7 deletions

View File

@ -1,7 +1,7 @@
Welcome to ORCA/C 2.2.0 B1! This is an update release containing Welcome to ORCA/C 2.2.0 B2! This is an update release containing
patches from me and other community members, which fix several bugs patches from community members (Stephen Heumann and Kelvin Sherlock),
and also add some new features. For details on these changes, see which fix several bugs and also add some new features. For details on
the cc.notes file in the Release.Notes directory. 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 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 ORCA installation containing ORCA/C 2.1.0 or later (including the one

5
CC.rez
View File

@ -6,9 +6,10 @@ resource rVersion(1) {
2, /* Minor revision */ 2, /* Minor revision */
0, /* Bug version */ 0, /* Bug version */
beta, /* Release stage */ beta, /* Release stage */
1, /* Non-final release # */ 2, /* Non-final release # */
}, },
verUS, /* Region code */ verUS, /* Region code */
"ORCA/C", /* Short version number */ "ORCA/C", /* Short version number */
"Copyright 1997, Byte Works, Inc." /* Long version number */ "Copyright 1997, Byte Works, Inc.\n" /* Long version number */
"Updated 2017"
}; };

View File

@ -104,7 +104,7 @@ const
flag_t = $00001000; {treat all errors as terminal?} flag_t = $00001000; {treat all errors as terminal?}
flag_w = $00000200; {wait when an error is found?} flag_w = $00000200; {wait when an error is found?}
versionStr = '2.2.0 B1'; {compiler version} versionStr = '2.2.0 B2'; {compiler version}
type type
{Misc.} {Misc.}