diff options
author | José Fonseca <jrfonseca@users.sourceforge.net> | 2003-11-14 23:39:08 +0000 |
---|---|---|
committer | José Fonseca <jrfonseca@users.sourceforge.net> | 2003-11-14 23:39:08 +0000 |
commit | acb89248fed57bf96ba79a142e1bca1d5437da5e (patch) | |
tree | d91090234f2e9a5b088a62e7d73ef07a75e00163 | |
parent | 3837a2bc1158b4044ae5dddb3df0a9285949f228 (diff) |
Bump version for release.
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 |