diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-08-10 17:30:27 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-08-10 17:30:27 +0000 |
commit | 4921b3e5563662f31ee641bdffd8e1cd769f7ca2 (patch) | |
tree | f5cf51668012a1c458f46ed30ca1b67eade37bdd /Makefile.in | |
parent | 039d6ce7ab84c60729983ec24159fb9b89aa4558 (diff) | |
download | fetchmail-4921b3e5563662f31ee641bdffd8e1cd769f7ca2.tar.gz fetchmail-4921b3e5563662f31ee641bdffd8e1cd769f7ca2.tar.bz2 fetchmail-4921b3e5563662f31ee641bdffd8e1cd769f7ca2.zip |
More warnings about the evils of multidrop.
svn path=/trunk/; revision=1257
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index a007708d..1000705c 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.8 +VERS=4.1.0 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |