From 0ef784699599b6b473666319ed552eb9b4dfadc1 Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Sat, 21 Oct 2017 20:51:01 -0500 Subject: [PATCH] Update ORCA/C version number to 2.2.0 B1. --- CC.rez | 6 +++--- CCommon.pas | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CC.rez b/CC.rez index 2366cb3..7b16adf 100644 --- a/CC.rez +++ b/CC.rez @@ -3,10 +3,10 @@ resource rVersion(1) { { 2, /* Major revision */ - 1, /* Minor revision */ - 1, /* Bug version */ + 2, /* Minor revision */ + 0, /* Bug version */ beta, /* Release stage */ - 3, /* Non-final release # */ + 1, /* Non-final release # */ }, verUS, /* Region code */ "ORCA/C", /* Short version number */ diff --git a/CCommon.pas b/CCommon.pas index b5e311a..ccd78cd 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.1.1 B3'; {compiler version} + versionStr = '2.2.0 B1'; {compiler version} type {Misc.}