Increase okularcore version since we've broken ABI

This commit is contained in:
Albert Astals Cid 2014-08-08 22:45:09 +02:00
parent 125ee3178c
commit 6e1a33554c

View file

@ -139,7 +139,7 @@ if(LibKScreen_FOUND)
target_link_libraries(okularcore ${LibKScreen_LIBRARY})
endif(LibKScreen_FOUND)
set_target_properties(okularcore PROPERTIES VERSION 4.0.0 SOVERSION 4 )
set_target_properties(okularcore PROPERTIES VERSION 5.0.0 SOVERSION 5 )
install(TARGETS okularcore ${INSTALL_TARGETS_DEFAULT_ARGS} )