Update ORCA/C version number to 2.2.0 B7.

This commit is contained in:
Stephen Heumann 2023-04-06 15:55:09 -05:00
parent 14121f55b6
commit b6bab6df80
2 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
This is an updated version of the ORCALib library suitable for use with 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 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 the same updates and fixes as the standard version of ORCALib included
with ORCA/C 2.2.0 B6. However, under GNO, some portions of the C standard 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 library are implemented by GNO's libc rather than by ORCALib, and so
updating ORCALib will not affect those library functions. This applies updating ORCALib will not affect those library functions. This applies
to all of <stdio.h>, as well as to certain other functions. to all of <stdio.h>, as well as to certain other functions.
This library update is intended for use with ORCA/C 2.2.0 B6, but it 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. should also be compatible with ORCA/C versions back to 2.1.
To install the update, copy the new version of ORCALib into the /lib To install the update, copy the new version of ORCALib into the /lib

View File

@ -2,7 +2,7 @@
resource rVersion (0x1, purgeable3) { resource rVersion (0x1, purgeable3) {
{ {
2,2,0,beta,6 2,2,0,beta,7
}, },
verUS, verUS,
"ORCALib (GNO Version)", "ORCALib (GNO Version)",