diff options
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | autogen.sh | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ News ~~~~ - * Development: + * Version 1.0 (2008-10-09): * Fix NTLM authentication (Nils Rennebarth). @@ -1,8 +1,8 @@ #! /bin/sh -aclocal-1.9 \ +aclocal \ && autoheader \ -&& automake-1.9 --gnu --add-missing \ +&& automake --gnu --add-missing \ && autoconf \ && CFLAGS="-Wall -pedantic -g" ./configure --enable-maintainer-mode diff --git a/configure.ac b/configure.ac index 9a65827..f140fe5 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, 0.6.0) +AC_INIT(esmtp, 1.0) AC_CONFIG_SRCDIR(Makefile.am) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE(1.9 dist-bzip2) |