Update version number for ORCA/C 2.2.1 development.

This commit is contained in:
Stephen Heumann 2024-01-15 21:47:00 -06:00
parent 25085f5b81
commit 0aee669746
3 changed files with 6 additions and 6 deletions

8
CC.rez
View File

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

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

View File

@ -18,7 +18,7 @@ uses CCommon, MM, Scanner, Symbol, CGI;
{$segment 'HEADER'}
const
symFileVersion = 41; {version number of .sym file format}
symFileVersion = 42; {version number of .sym file format}
var
inhibitHeader: boolean; {should .sym includes be blocked?}