diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-07-14 23:03:45 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-07-14 23:03:45 +0000 |
commit | 9f2d677a345cba99c77bb175934a7983feb1d4ab (patch) | |
tree | 86486a162b67547480db2403494eb8f10a4a0005 /Makefile.in | |
parent | 2cc20145161e540ad502e9a93c68aad92f520947 (diff) | |
download | fetchmail-9f2d677a345cba99c77bb175934a7983feb1d4ab.tar.gz fetchmail-9f2d677a345cba99c77bb175934a7983feb1d4ab.tar.bz2 fetchmail-9f2d677a345cba99c77bb175934a7983feb1d4ab.zip |
Ready to ship.
svn path=/trunk/; revision=1971
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 bb6632cd..b66ec82c 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.5.1 +VERS=4.5.2 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |