From 8ad8964cd163cae4c004957dca69ac424ea45359 Mon Sep 17 00:00:00 2001 From: Krzysztof Nowicki Date: Wed, 26 Oct 2016 22:56:48 +0200 Subject: [PATCH] Bump version number for release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0644e02..950abc7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,7 +49,7 @@ option(HAVE_SEPARATE_MTA_RESOURCE "Build a separate resource for sending e-mail. option(HAVE_INBOX_FILTERING_WORKAROUND "Include inbox filtering workaround." TRUE) option(ENABLE_TESTS "Build the test suite." FALSE) -set(AKONADI_EWS_VERSION "0.8.0-dev") +set(AKONADI_EWS_VERSION "0.8.1") add_subdirectory(ewsclient)