diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-08-07 21:05:49 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-08-07 21:05:49 +0000 |
commit | 562e5c4d13f840817312e40a7ca5050fcfe1bcc8 (patch) | |
tree | 28a7538d432d9585324e6eddae031e84dc9206f3 | |
parent | d67d0b8f82a55d52c799aeb088a65927bc9aecf7 (diff) | |
download | fetchmail-562e5c4d13f840817312e40a7ca5050fcfe1bcc8.tar.gz fetchmail-562e5c4d13f840817312e40a7ca5050fcfe1bcc8.tar.bz2 fetchmail-562e5c4d13f840817312e40a7ca5050fcfe1bcc8.zip |
Version bump.
svn path=/trunk/; revision=1246
-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 ef53de80..b8c65235 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.7 +VERS=4.0.8 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ @@ -21,7 +21,7 @@ Release Notes: ------------------------------------------------------------------------------ -fetchmail-4.0.8 () +fetchmail-4.0.8 (Thu Aug 7 17:05:27 EDT 1997) * Fixed core dump bug in UID handling introduced by the 4.0.6 change. * Retrieval code for POP3 & older IMAP versions now skips X-IMAP message used by UW IMAP4rev1 server to store UIDs. |