bump the v#

This commit is contained in:
Aaron Seigo 2013-05-07 12:31:52 +02:00
parent f9436999d9
commit 001d88a0a4

View File

@ -164,8 +164,8 @@ target_link_libraries(plasma LINK_INTERFACE_LIBRARIES ${KDE4_KDECORE_LIBS} Qt5::
#do NOT use GENERIC versioning -- the plasma team will take care of versioning
set_target_properties(plasma PROPERTIES
VERSION 4.0.0
SOVERSION 4
VERSION 5.0.0
SOVERSION 5
)
install(TARGETS plasma EXPORT kdelibsLibraryTargets ${INSTALL_TARGETS_DEFAULT_ARGS})