From fa07b1bd4ded43a986092e95fce695cd7f23fcfe Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Sun, 16 Dec 2018 10:05:39 +0100 Subject: [PATCH] increase version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ebb2f57..16afce2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -set(PIM_VERSION "5.10.41") +set(PIM_VERSION "5.10.42") project(mailcommon VERSION ${PIM_VERSION})