Update displayed version number to mark this as a development version.

This commit is contained in:
Stephen Heumann 2021-09-15 18:34:27 -05:00
parent 617c46095d
commit 851d7d0787
2 changed files with 2 additions and 2 deletions

2
CC.rez
View File

@ -6,7 +6,7 @@ resource rVersion(1) {
2, /* Minor revision */
0, /* Bug version */
beta, /* Release stage */
5, /* Non-final release # */
6, /* Non-final release # */
},
verUS, /* Region code */
"ORCA/C", /* Short version number */

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 B5'; {compiler version}
versionStr = '2.2.0 B6 dev'; {compiler version}
type
{Misc.}