mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-01-01 13:29:32 +00:00
Update displayed version number to mark this as a development version.
This commit is contained in:
parent
5c96042423
commit
9dad2b6186
2
CC.rez
2
CC.rez
@ -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 */
|
||||
|
@ -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.}
|
||||
|
4
cc.notes
4
cc.notes
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user