Closed jwg4 closed 9 years ago
Hi @jwg4. quantlib version number is coded under the root folder quantlib/version.hpp
. You can easily write a free function to expose it in your .so
file.
Thank you @wegamekinglc This looks like a solution for us, I am trying it out now.
This worked perfectly, thank you very much.
We are often building and installing different versions of QuantLib and sometimes forget what should be on which machine etc.
How can I get the QuantLib version from a QuantLib.so shared object? Either by writing some C/C++ or using some tool to examine the binary is completely fine to me.