summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@users.sourceforge.net>2003-11-14 23:39:08 +0000
committerJosé Fonseca <jrfonseca@users.sourceforge.net>2003-11-14 23:39:08 +0000
commitacb89248fed57bf96ba79a142e1bca1d5437da5e (patch)
treed91090234f2e9a5b088a62e7d73ef07a75e00163
parent3837a2bc1158b4044ae5dddb3df0a9285949f228 (diff)
Bump version for release.
-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