Skip to content
  • Jarosław Staniek's avatar
    * Global versioning for KOfice shared libraries * · 7a5aff20
    Jarosław Staniek authored
    Always use GENERIC_KOFFICE_LIB_VERSION and GENERIC_KOFFICE_LIB_SOVERSION variables in
    
    set_target_properties(libraryname PROPERTIES VERSION ${GENERIC_KOFFICE_LIB_VERSION} SOVERSION ${GENERIC_KOFFICE_LIB_SOVERSION} )
    
    Thus, we'll just increase the version in one place (koffice/CMakeLists.txt) when needed for major releases.
    
    
    svn path=/trunk/koffice/; revision=548663
    7a5aff20