From 53444729fa30895b329304d53597605456d79feb Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Tue, 26 Apr 2016 22:16:41 +0200 Subject: [PATCH] Simplify update version --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e27ae34..8635600 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,8 @@ include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) include(ECMQtDeclareLoggingCategory) include(ECMAddTests) -set(MAILCOMMON_LIB_VERSION "5.2.54") +set(PIM_VERSION "5.2.54") +set(MAILCOMMON_LIB_VERSION ${PIM_VERSION}) set(KF5_VERSION "5.19.0") set(KDEPIMLIBS_LIB_VERSION "5.2.40") set(MESSAGELIB_LIB_VERSION "5.2.46")