diff --git a/C.Update.ReadMe b/C.Update.ReadMe index 81f1bed..a7bb2bc 100644 --- a/C.Update.ReadMe +++ b/C.Update.ReadMe @@ -1,7 +1,7 @@ -Welcome to ORCA/C 2.2.0 B1! This is an update release containing -patches from me and other community members, which fix several bugs -and also add some new features. For details on these changes, see -the cc.notes file in the Release.Notes directory. +Welcome to ORCA/C 2.2.0 B2! This is an update release containing +patches from community members (Stephen Heumann and Kelvin Sherlock), +which fix several bugs and also add some new features. For details on +these changes, see the cc.notes file in the Release.Notes directory. This package is designed to be applied as an update to an existing ORCA installation containing ORCA/C 2.1.0 or later (including the one diff --git a/CC.rez b/CC.rez index 7b16adf..3cad2b5 100644 --- a/CC.rez +++ b/CC.rez @@ -6,9 +6,10 @@ resource rVersion(1) { 2, /* Minor revision */ 0, /* Bug version */ beta, /* Release stage */ - 1, /* Non-final release # */ + 2, /* Non-final release # */ }, verUS, /* Region code */ "ORCA/C", /* Short version number */ - "Copyright 1997, Byte Works, Inc." /* Long version number */ + "Copyright 1997, Byte Works, Inc.\n" /* Long version number */ + "Updated 2017" }; diff --git a/CCommon.pas b/CCommon.pas index ccd78cd..5c4ba6e 100644 --- a/CCommon.pas +++ b/CCommon.pas @@ -104,7 +104,7 @@ const flag_t = $00001000; {treat all errors as terminal?} flag_w = $00000200; {wait when an error is found?} - versionStr = '2.2.0 B1'; {compiler version} + versionStr = '2.2.0 B2'; {compiler version} type {Misc.}