diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-05-13 22:27:13 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-05-13 22:27:13 +0000 |
commit | 8355ad4a3e50dc40a61f42d03b07dd65fd134b68 (patch) | |
tree | ba915658179d5cb110ae2448f447e91b02134461 | |
parent | 7e3c6aec47570fcec7ed5f86fa58541bd4ee4945 (diff) | |
download | fetchmail-8355ad4a3e50dc40a61f42d03b07dd65fd134b68.tar.gz fetchmail-8355ad4a3e50dc40a61f42d03b07dd65fd134b68.tar.bz2 fetchmail-8355ad4a3e50dc40a61f42d03b07dd65fd134b68.zip |
Ready to ship.
svn path=/trunk/; revision=2896
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 9f72a14d..1741f51d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. PACKAGE = fetchmail -VERSION = 5.3.8 +VERSION = 5.4.0 SUBDIRS = @INTLSUB@ @POSUB@ @@ -2,7 +2,7 @@ (The `lines' figures total .c, .h, .l, and .y files under version control.) -fetchmail-5.3.8 (Sat May 13 18:24:21 EDT 2000), 18977 lines: +fetchmail-5.4.9 (Sat May 13 18:24:21 EDT 2000), 18977 lines: * Matthias Scheler's fix for SSL under IPV6 * Added FAQ material on SSL's "RPNG not seeded" message and on ssh tunnelling. |