diff options
author | José Fonseca <jfonseca@users.sourceforge.net> | 2009-12-16 00:10:43 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@users.sourceforge.net> | 2009-12-16 00:10:43 +0000 |
commit | 956f84a5eb0752b441df237dcf5d9f4a8cd2a3b7 (patch) | |
tree | 612aa722a64379a7906ad1c987577e12230c7825 | |
parent | fb1e6a8b4126365c72d70c92f954755a2f4fbf87 (diff) |
Bump version number.
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 2 insertions, 4 deletions
@@ -1,7 +1,7 @@ News ~~~~ - * Development: + * Version 1.1 (2009-12-16): * Option to force local only MDA (Robert A.M. Diamond). diff --git a/configure.ac b/configure.ac index f140fe5..92ff4ba 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.53) -AC_INIT(esmtp, 1.0) +AC_INIT(esmtp, 1.1) AC_CONFIG_SRCDIR(Makefile.am) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE(1.9 dist-bzip2) @@ -40,8 +40,6 @@ else AC_MSG_ERROR(libESMTP library not found) fi -AC_SUBST( sysconfdir ) - jrf_FUNC_GETOPT AC_CHECK_FUNCS([getuid geteuid]) |