Library Versioning
Allen Winter
winter at kde.org
Mon Apr 2 18:50:18 BST 2007
Didn't we decide to use the following line in our CMakeList.txt files
in order to ensure consistent lib versioning for KDE4.0?
set_target_properties(kfoo PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} )
I see some installed libs with version 2.0.0 (kdnssd, kjs, for example)
I see some installed libs with version 5.0.0 (kdecore for example)
and a bunch with version 4.0.0
More information about the kde-core-devel
mailing list