From 7a78d3fee720c63fe06d021928f12012ed5c3617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20Knau=C3=9F?= Date: Tue, 21 Nov 2017 19:53:12 +0100 Subject: [PATCH] GIT_SILENT: Open for future 5.8.x --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ff240ab..c7af6f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.0) -set(PIM_VERSION "5.6.81") +set(PIM_VERSION "5.7.40") project(mailcommon VERSION ${PIM_VERSION})