From cd1eabf60c7ec77d8875ebf8a0c4ecdc9008a68f Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Tue, 4 Jul 2023 20:49:48 -0500 Subject: [PATCH] Update version number and README for ORCA/C 2.2.0. --- README.GNO | 25 +++++++++++++++---------- liborca.rez | 2 +- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/README.GNO b/README.GNO index 00a0ec2..80bc0f1 100644 --- a/README.GNO +++ b/README.GNO @@ -1,13 +1,18 @@ -This is an updated version of the ORCALib library suitable for use with -GNO 2.0.6. For those library functions that it implements, it contains -the same updates and fixes as the standard version of ORCALib included -with ORCA/C 2.2.0 B7. However, under GNO, some portions of the C standard -library are implemented by GNO's libc rather than by ORCALib, and so -updating ORCALib will not affect those library functions. This applies +This package contains a special version of ORCALib intended for use with +the GNO multitasking environment. This version of ORCALib is specific to +GNO and should only be used if you are running ORCA/C under GNO 2.0.6. + +For those library functions that it implements, this version of ORCALib +contains the same updates and changes as the standard version of ORCALib +included with ORCA/C 2.2.0. However, under GNO, some portions of the C +standard library are implemented by GNO's libc rather than by ORCALib, and +so updating ORCALib will not affect those library functions. This applies to all of , as well as to certain other functions. -This library update is intended for use with ORCA/C 2.2.0 B7, but it -should also be compatible with ORCA/C versions back to 2.1. +To install the ORCA/C 2.2.0 libraries for use under GNO, you should copy +the following three libraries into the /lib directory of your GNO +installation in the order shown, replacing any previous versions: -To install the update, copy the new version of ORCALib into the /lib -directory, replacing the version provided with GNO 2.0.6. +1) ORCALib (from this package) +2) SysFloat (from the Libraries directory of your ORCA/C installation) +3) SysLib (from the Libraries directory of your ORCA/C installation) diff --git a/liborca.rez b/liborca.rez index c42258f..8f312d1 100644 --- a/liborca.rez +++ b/liborca.rez @@ -2,7 +2,7 @@ resource rVersion (0x1, purgeable3) { { - 2,2,0,beta,7 + 2,2,0,release,0 }, verUS, "ORCALib (GNO Version)",