diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-10-16 16:50:05 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-10-16 16:50:05 +0000 |
commit | e8ea31a9010ab179b58fd9daa77e37a3d41dcf9a (patch) | |
tree | e1b5d4f55bb7d3f0f509c0e5a63ec972bc969de1 /Makefile.in | |
parent | b8d92922341e30e2f1a6c3a56e2685e9bd877f41 (diff) | |
download | fetchmail-e8ea31a9010ab179b58fd9daa77e37a3d41dcf9a.tar.gz fetchmail-e8ea31a9010ab179b58fd9daa77e37a3d41dcf9a.tar.bz2 fetchmail-e8ea31a9010ab179b58fd9daa77e37a3d41dcf9a.zip |
Ready to ship.
svn path=/trunk/; revision=2096
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 578e5f06..ee54e458 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.6.1 +VERS=4.6.2 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |