diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-08-01 15:17:30 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-08-01 15:17:30 +0000 |
commit | 93ce33cbba7c383f3110524cd7e3f20833ea6970 (patch) | |
tree | e85b370f259666f0ede6e30763489c253204e859 | |
parent | f6893683d1b9b22523e65a938c01dd6ae343290b (diff) | |
download | fetchmail-93ce33cbba7c383f3110524cd7e3f20833ea6970.tar.gz fetchmail-93ce33cbba7c383f3110524cd7e3f20833ea6970.tar.bz2 fetchmail-93ce33cbba7c383f3110524cd7e3f20833ea6970.zip |
Ready to ship.
svn path=/trunk/; revision=1216
-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 0d349fd0..e76fe4fc 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.0.5 +VERS=4.0.6 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ @@ -19,7 +19,7 @@ Release Notes: ------------------------------------------------------------------------------ -fetchmail-4.0.6 () +fetchmail-4.0.6 (Fri Aug 1 11:14:31 EDT 1997) * Changed semantics of `via' and `poll <name>' to be more orthogonal. * Substantially improved option coverage on the man page. * Yet another try at getting the remote-build right for Harry McGavran. |