fe8309fcad
evolution-ews is a evolution backend which connects to MS Exchange servers 2007 and later using Exchange web services protocol. OBS-URL: https://build.opensuse.org/request/show/87792 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-ews?expand=0&rev=1
16 lines
374 B
Diff
16 lines
374 B
Diff
diff --git a/configure.ac b/configure.ac
|
|
index 5329c41..19e5f90 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -4,8 +4,8 @@ AM_INIT_AUTOMAKE([gnu 1.9])
|
|
AC_CONFIG_SRCDIR(README)
|
|
AC_CONFIG_HEADERS(config.h)
|
|
|
|
-BASE_VERSION=3.0
|
|
-m4_define([base_version], [3.0])
|
|
+BASE_VERSION=3.2
|
|
+m4_define([base_version], [3.2])
|
|
AC_SUBST(BASE_VERSION)
|
|
|
|
dnl ****************************
|