[evolution-ews/gnome-3-24] Bump dependency requirement on evolution-data-server



commit 905ba7a74dab426c50296e59e3129b3047d616b1
Author: Milan Crha <mcrha redhat com>
Date:   Mon Oct 2 14:59:23 2017 +0200

    Bump dependency requirement on evolution-data-server
    
    The evolution-data-server version got "out of sync" with evolution-ews,
    but changes for bug 786208 depend on changes from evolution-data-server,
    thus make sure the version of it is correct.

 CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a146ae5..bb6608f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -42,7 +42,7 @@ add_definitions(-DGLIB_VERSION_MIN_REQUIRED=${glib_encoded_version})
 add_definitions(-DGDK_VERSION_MIN_REQUIRED=${gdk_encoded_version})
 add_definitions(-DSOUP_VERSION_MIN_REQUIRED=${soup_encoded_version})
 
-set(eds_minimum_version ${PROJECT_VERSION})
+set(eds_minimum_version 3.24.7)
 set(evo_minimum_version ${PROJECT_VERSION})
 set(mspack_minimum_version 0.4)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]