diff options
-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 |