diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-04 19:42:38 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-04 19:42:38 +0000 |
commit | 5177a9c78ccb52ba6ee59b318690fe792150e23b (patch) | |
tree | 871fb0b1ee57ace213362c1adf16103016e47602 | |
parent | 89146ba8d8c96ccad7ebd0d0636bd0477f20855c (diff) | |
download | fetchmail-5177a9c78ccb52ba6ee59b318690fe792150e23b.tar.gz fetchmail-5177a9c78ccb52ba6ee59b318690fe792150e23b.tar.bz2 fetchmail-5177a9c78ccb52ba6ee59b318690fe792150e23b.zip |
Version bump.
svn path=/trunk/; revision=1303
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index d63c19e2..aba700b3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3,7 +3,7 @@ # If you're running QNX, we can't assume a working autoconf. # So just uncomment all the lines marked QNX. -VERS=4.1.3 +VERS=4.1.4 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ @@ -16,12 +16,12 @@ Release Notes: ------------------------------------------------------------------------------ -fetchmail-4.1.3 () +fetchmail-4.1.3 (Thu Sep 4 15:41:05 EDT 1997) * Autoconfigure correctly for systems that lack inet_aton(). * Better failure reporting on SMTP connect failures. * Autoconfigure the MD5 support for 64-bit machines. -There are 285 people on the fetchmail-friends list. +There are 286 people on the fetchmail-friends list. fetchmail-4.1.2 (Wed Sep 3 18:44:58 EDT 1997) * Fixed a bonehead bug in RCPT TO name generation introduced in 4.1.1. |