diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-11-02 14:22:50 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-11-02 14:22:50 +0000 |
commit | d9ea95558609c0aa7da87a7dae2f0ea7315e4a8c (patch) | |
tree | c4ce56219af602f322f2e5f77ddd5c64570ac203 | |
parent | f1d0955964169bc13fc402c0c2ca5e2452c08fa8 (diff) | |
download | fetchmail-d9ea95558609c0aa7da87a7dae2f0ea7315e4a8c.tar.gz fetchmail-d9ea95558609c0aa7da87a7dae2f0ea7315e4a8c.tar.bz2 fetchmail-d9ea95558609c0aa7da87a7dae2f0ea7315e4a8c.zip |
Ready to ship.
svn path=/trunk/; revision=2165
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index a334b6a2..b4ec65f4 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.5 +VERS=4.6.6 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |