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

This commit is contained in:
Stephen Heumann 2023-04-16 14:29:02 -05:00
parent 5c96042423
commit 9dad2b6186
3 changed files with 4 additions and 4 deletions

2
CC.rez
View File

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

View File

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

View File

@ -1,10 +1,10 @@
ORCA/C 2.2.0 B7
ORCA/C 2.2.0 B8
Copyright 1997, Byte Works Inc.
Updated by Stephen Heumann and Kelvin Sherlock, 2017-2023
-- Change List --------------------------------------------------------------
2.2.0 B7 1. Bugs squashed. See bug notes, below.
2.2.0 B8 1. Bugs squashed. See bug notes, below.
2. New language features added (mainly features from C99 and C11).
See "New Language Features," below.