diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-10-23 00:31:31 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-10-23 00:31:31 +0000 |
commit | 75e4877cbd430ea55299d6b2ef676a6a377d1e86 (patch) | |
tree | 28a394af1a55f1846573534ad127d8a52e0c665e /Makefile.in | |
parent | 97af3b28e935b786e61d46df1a0d73fd4c9a4eba (diff) | |
download | fetchmail-75e4877cbd430ea55299d6b2ef676a6a377d1e86.tar.gz fetchmail-75e4877cbd430ea55299d6b2ef676a6a377d1e86.tar.bz2 fetchmail-75e4877cbd430ea55299d6b2ef676a6a377d1e86.zip |
Ready to ship.
svn path=/trunk/; revision=1527
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 941c4cd0..ed563464 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.3.1 +VERS=4.3.2 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |