Name of the file containing library code.
Format: libname.so.major-id.minor-id
Usually either a number, or two numbers separated by a dot, with first number identifying minor version, and second number indicating a patch level or revision number within the minor version.
Examples:
libdemo.so.1.0.1 libdemo.so.1.0.2 libdemo.so.2.0.1 libreadline.so.4.0
(C) 2006, Michael Kerrisk