diff options
-rw-r--r-- | modules/KDE4Defaults.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/KDE4Defaults.cmake b/modules/KDE4Defaults.cmake index 582e44c0..cfec6756 100644 --- a/modules/KDE4Defaults.cmake +++ b/modules/KDE4Defaults.cmake @@ -20,6 +20,6 @@ set(CMAKE_COLOR_MAKEFILE ON) # define the generic version of the libraries here # this makes it easy to advance it when the next KDE release comes -set(GENERIC_LIB_VERSION "5.0.0") -set(GENERIC_LIB_SOVERSION "5") +set(GENERIC_LIB_VERSION "4.0.0") +set(GENERIC_LIB_SOVERSION "4") |