or one of my programms I use a Dynamic link library. Called PDFNet
I was using version 6.5.0 now I would like to change to 6.5.1
I downloaded the new version and let this command run with the path to the libary:
otool -L /Downloads/PDFNetCMac/Lib/libPDFNetC.dylib.6.5.1
/Downloads/PDFNetCMac/Lib/libPDFNetC.dylib.6.5.1:
@rpath/libPDFNetC.dylib (compatibility version 6.5.0, current version 6.5.0)
So there I see current version 6.5.0 How can I change to 6.5.1? Thanks