Versions available for this page: CUBRID 8.4.3 | CUBRID 9.0.0 |
The cci_get_version function gets the version of CCI library. In case of version "8.4.3.1001," 8 is the major version, 4 is the minor version, and 3 is the patch version.
int cci_get_version(int *major, int *minor, int *patch)
In CUBRID for Linux, you can check the file version of CCI library by using the strings command.
$ strings /home/usr1/CUBRID/lib/libcascci.so | grep VERSION
VERSION=8.4.2.0001