summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 9e2b321..06177aa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
News
~~~~
- * Development:
+ * Version 0.6.0 (2007-09-03):
* Handle CR-LF newline endings when parsing the headers.
diff --git a/configure.ac b/configure.ac
index b40172e..9a65827 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.5.1)
+AC_INIT(esmtp, 0.6.0)
AC_CONFIG_SRCDIR(Makefile.am)
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE(1.9 dist-bzip2)