Prior to v1.07.5 InChI has produced versioned sonames, but it seems that versions have disappeared starting with v1.07.5. Looking into the code, it seems that commenting out of the following lines in makefiles are responsible for the change:
# MAIN_VERSION = .1
# VERSION = $(MAIN_VERSION).07
Is this intentional? Uncommenting these lines bring back versions to sonames.
By the way, building with CMake build system also results in version-less sonames.
Prior to v1.07.5 InChI has produced versioned sonames, but it seems that versions have disappeared starting with v1.07.5. Looking into the code, it seems that commenting out of the following lines in makefiles are responsible for the change:
Is this intentional? Uncommenting these lines bring back versions to sonames.
By the way, building with CMake build system also results in version-less sonames.