From 4801efec444a7510d7ae8a22229dea5c384eb6b9 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Thu, 16 Apr 2020 07:27:47 +0200 Subject: [PATCH] Increase version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f3ff83..653cfcf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -set(PIM_VERSION "5.14.40") +set(PIM_VERSION "5.14.41") project(mailcommon VERSION ${PIM_VERSION})