This functions returns a string with the version number of the library. If the library was compiled with HDF5 support it also returns the version number of the HDF5 library and whether it is thread-safe or not.
Code Block | ||
---|---|---|
| ||
printf( "version = %s\n", GiD_PostGetVersion() );
// --> version = GiDpost 2.8 - HDF5 1.12.2 ( Thread-safety disabled ) |