aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 097e564..34409fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Configuration for Wyslij-po
#
-# Copyright (C) 2007, 2009-2010, 2016-2017 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2010, 2016-2018 Sergey Poznyakoff
#
# Wyslij-po is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
# along with Wyslij-po. If not, see <http://www.gnu.org/licenses/>. */
AC_PREREQ(2.63)
-AC_INIT([wyslij-po], [3.1], [bug-wyslij-po@gnu.org.ua],
+AC_INIT([wyslij-po], [3.2], [bug-wyslij-po@gnu.org.ua],
[wyslij-po], [http://www.gnu.org.ua/software/wyslij-po])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/wyslij-po.h])
@@ -42,7 +42,7 @@ AC_TYPE_SIZE_T
gl_INIT
# Check for GNU Mailutils
-AM_GNU_MAILUTILS(3.0, [auth mailer])
+AM_GNU_MAILUTILS(3.4, [auth mailer])
# Gettext.
AM_ICONV

Return to:

Send suggestions and report system problems to the System administrator.