diff -up scribus-1.3.6/CMakeLists.txt.version scribus-1.3.6/CMakeLists.txt --- scribus-1.3.6/CMakeLists.txt.version 2010-03-30 11:54:53.000000000 +0200 +++ scribus-1.3.6/CMakeLists.txt 2010-03-30 11:55:15.000000000 +0200 @@ -79,7 +79,7 @@ SET (VERSION_MAJOR "1") SET (VERSION_MINOR "3") SET (VERSION_PATCH "6") SET (VERSION_SUFFIX "") -SET (VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}.${VERSION_SUFFIX}) +SET (VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SUFFIX}) MESSAGE(STATUS "Scribus ${VERSION} will be built to install into ${CMAKE_INSTALL_PREFIX}") #Set the permissions to be used when installing plugins