diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-11-16 16:38:34 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-11-16 16:38:34 +0000 |
commit | d29f00801f0c468640792ca5888c4f7b16f94254 (patch) | |
tree | ed7917d15bad1ba0477cbf2d4abdac29749577a2 /Makefile.in | |
parent | a147a777842e22c5ef0ca1ca86cfe61f952056a4 (diff) | |
download | fetchmail-d29f00801f0c468640792ca5888c4f7b16f94254.tar.gz fetchmail-d29f00801f0c468640792ca5888c4f7b16f94254.tar.bz2 fetchmail-d29f00801f0c468640792ca5888c4f7b16f94254.zip |
Include Cameron McPherson's patch for handling multi-line SMTP responses.
svn path=/trunk/; revision=545
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index a59a340e..b865b16a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3,8 +3,8 @@ # If you're running QNX, we can't assume a working autoconf. # So just uncomment all the lines marked QNX. -VERS=1.9 -PL=9 +VERS=2.0 +PL=0 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |