diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-02-02 06:52:28 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-02-02 06:52:28 +0000 |
commit | 945a2b9e9135a2c94bcb2d0a033c5d1a0ef6b57f (patch) | |
tree | 29ed34515f7636b47f5abae2ada281912f9d80e3 | |
parent | fe14d82871ca2e15d206621578a97c5739607642 (diff) | |
download | fetchmail-945a2b9e9135a2c94bcb2d0a033c5d1a0ef6b57f.tar.gz fetchmail-945a2b9e9135a2c94bcb2d0a033c5d1a0ef6b57f.tar.bz2 fetchmail-945a2b9e9135a2c94bcb2d0a033c5d1a0ef6b57f.zip |
This finishes off 3.3.
svn path=/trunk/; revision=853
-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 c2bf4838..8bfb1e77 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=3.2 +VERS=3.3 PL=0 # Ultrix 2.2 make doesn't expand the value of VPATH. @@ -1,7 +1,7 @@ Release Notes: ------------------------------------------------------------------------------ -fetchmail-3.3 () +fetchmail-3.3 (Sat Feb 1 15:15:13 EST 1997) features -- @@ -17,7 +17,7 @@ bugs -- * Correction to RF822 continuation code so it doesn't eat leading blank-led lines in the text. -There are 212 people on the fetchmail-friends list. +There are 215 people on the fetchmail-friends list. ------------------------------------------------------------------------------ fetchmail-3.2 (Mon Jan 27 02:51:10 EST 1997) |