DentonW / DevIL

Developer's Image Library (DevIL) is a cross-platform image library utilizing a simple syntax to load, save, convert, manipulate, filter, and display a variety of images with ease. It is highly portable and has been ported to several platforms.
http://openil.sourceforge.net/
GNU Lesser General Public License v2.1
446 stars 138 forks source link

SOVERSION bump needed? #104

Open nieder opened 1 year ago

nieder commented 1 year ago

In commit 1763633 (post v1.8.0), the SOVERSION for the libraries was set to 1. This matches the old versioning for v1.7.8 (autotools). However, many symbols seems to have been switched from C to C++. Because the symbols are now different, does that require that the SOVERSION be increased to 2 since the libraries are no longer truly backwards compatible?