• Adrian Reber's avatar
    Bump SONAME to 2 · 69e35362
    Adrian Reber authored
    libcriu.so used to have the SONAME
    
    $ readelf -d lib/c/libcriu.so   | grep SONAME
     0x000000000000000e (SONAME)             Library soname: [libcriu.so.1]
    
    The recent changes to libcriu (removed and added functions, changes from
    `char *`-args to `const char *`) are breaking ABI and API. This requires
    a new SONAME of 2. This patch changes the SONAME to 2:
    
    $ readelf -d lib/c/libcriu.so   | grep SONAME
     0x000000000000000e (SONAME)             Library soname: [libcriu.so.2]
    Signed-off-by: 's avatarAdrian Reber <areber@redhat.com>
    69e35362
Makefile.versions 905 Bytes