summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@users.sourceforge.net>2008-10-09 10:53:57 +0000
committerJosé Fonseca <jrfonseca@users.sourceforge.net>2008-10-09 10:53:57 +0000
commitff1ac4ebda386d1f87a7752ab7956c8ae6527d43 (patch)
tree43aa249690e857d3abc943d7649c444b1d3a5bb5
parent4b0725144f954e9a40c70289e5456401d58759f7 (diff)
Bump version for release.
-rw-r--r--NEWS2
-rwxr-xr-xautogen.sh4
-rw-r--r--configure.ac2
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 809c2e0..eff004e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
News
~~~~
- * Development:
+ * Version 1.0 (2008-10-09):
* Fix NTLM authentication (Nils Rennebarth).
diff --git a/autogen.sh b/autogen.sh
index da5b640..ec58c07 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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)