diff options
author | José Fonseca <jrfonseca@users.sourceforge.net> | 2008-10-09 10:53:57 +0000 |
---|---|---|
committer | José Fonseca <jrfonseca@users.sourceforge.net> | 2008-10-09 10:53:57 +0000 |
commit | ff1ac4ebda386d1f87a7752ab7956c8ae6527d43 (patch) | |
tree | 43aa249690e857d3abc943d7649c444b1d3a5bb5 | |
parent | 4b0725144f954e9a40c70289e5456401d58759f7 (diff) |
Bump version for release.
-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) |