diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-06-05 22:21:17 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-06-05 22:21:17 +0000 |
commit | ba0ae7f81d99f361dd4a8dd24694fb377c8fb63d (patch) | |
tree | 477b7beb4cb728ee84776c52b5a8aa903695cdf2 /Makefile.in | |
parent | c946008d79bc24c8ed4cc12bcee85e44013c8039 (diff) | |
download | fetchmail-ba0ae7f81d99f361dd4a8dd24694fb377c8fb63d.tar.gz fetchmail-ba0ae7f81d99f361dd4a8dd24694fb377c8fb63d.tar.bz2 fetchmail-ba0ae7f81d99f361dd4a8dd24694fb377c8fb63d.zip |
Better documentation.
svn path=/trunk/; revision=1070
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 4a612887..16c8717a 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=3.9.6 +VERS=3.9.7 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |