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 332b0f6..88e768b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
News
~~~~
- * Version 0.4.2 (under development):
+ * Version 0.5.0 (2003-11-14):
* Fixed another bug which prevented to send mail when libesmtp had no
openssl support (Maurice Galland).
diff --git a/configure.ac b/configure.ac
index a7e4cc4..3ab961d 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.4.2)
+AC_INIT(esmtp, 0.5.0)
AC_CONFIG_SRCDIR(Makefile.am)
AM_INIT_AUTOMAKE(1.7 dist-bzip2)
AM_MAINTAINER_MODE