[evolution-ews] Keep EWS version in lockstep with Evo and EDS.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews] Keep EWS version in lockstep with Evo and EDS.
- Date: Sun, 7 Jul 2013 16:46:18 +0000 (UTC)
commit 67c1e9870672eaec3a0c83723b1f1fb0048a1b5c
Author: Matthew Barnes <mbarnes redhat com>
Date: Sun Jul 7 12:36:04 2013 -0400
Keep EWS version in lockstep with Evo and EDS.
The minimum Evo/EDS version requirement was horribly out-of-date.
configure.ac | 14 +++++++++++---
1 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 608aabd..77ba542 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,13 @@
+dnl Evolution-EWS version
+m4_define([ews_major_version], [3])
+m4_define([ews_minor_version], [9])
+m4_define([ews_micro_version], [4])
+
+m4_define([ews_version],
+ [ews_major_version.ews_minor_version.ews_micro_version])
+
AC_PREREQ(2.58)
-AC_INIT([evolution-ews], [3.9.4], [http://bugzilla.gnome.org/browse.cgi?product=evolution-ews])
+AC_INIT([evolution-ews], [ews_version], [http://bugzilla.gnome.org/browse.cgi?product=evolution-ews])
AM_INIT_AUTOMAKE([gnu 1.9 dist-xz no-dist-gzip -Wno-portability])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(README)
@@ -16,8 +24,8 @@ AC_SUBST(EVO_EWS_API_VERSION)
dnl *******************
dnl Required Packages
dnl *******************
-m4_define([eds_minimum_version], [3.2.0])
-m4_define([evo_minimum_version], [3.2.0])
+m4_define([eds_minimum_version], [ews_version])
+m4_define([evo_minimum_version], [ews_version])
dnl Keep these two definitions in agreement.
m4_define([glib_minimum_version], [2.32])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]