diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-10-13 21:13:18 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-10-13 21:13:18 +0000 |
commit | e05e0142230fc5f61a5a2cfc513b9cd38ba5cdfd (patch) | |
tree | 64e6d9bf281921c2b4c5092d032660f194c68604 /Makefile.in | |
parent | 5480ab320b813bddefe7383582c45b88bec00013 (diff) | |
download | fetchmail-e05e0142230fc5f61a5a2cfc513b9cd38ba5cdfd.tar.gz fetchmail-e05e0142230fc5f61a5a2cfc513b9cd38ba5cdfd.tar.bz2 fetchmail-e05e0142230fc5f61a5a2cfc513b9cd38ba5cdfd.zip |
Ready to ship.
svn path=/trunk/; revision=1510
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 c7d31987..941c4cd0 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.0 +VERS=4.3.1 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |