Library Versioning

Allen Winter winter at kde.org
Tue Apr 3 17:15:45 BST 2007


On Tuesday 03 April 2007 11:25:06 am David Faure wrote:
> On Tuesday 03 April 2007, Dirk Mueller wrote:
> > This is because we bumped the so version for KDE 1.1, which means that for all 
> > the "old" libs we're out of sync with the major KDE version now. 
> 
> Yes, so shouldn't we make everything 5, by setting the GENERIC_* thingie to 5?
> Simple and consistent in its off by one :)
> 

Ok, so step 1 is to make sure all the relevant CMakeLists.txt files are using

  set_target_properties(kfoo PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} )

I'll take care of that. 

Then we can change  ${GENERIC_LIB_VERSION} and ${GENERIC_LIB_SOVERSION} whenever.

-Allen




More information about the kde-core-devel mailing list