Update ORCA/C version number to 2.2.0 B5.

This commit is contained in:
Stephen Heumann 2021-09-12 18:12:36 -05:00
parent 8077a248a4
commit 617c46095d
2 changed files with 3 additions and 3 deletions

4
CC.rez
View File

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

View File

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