diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-03-24 05:03:27 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-03-24 05:03:27 +0000 |
commit | 18c01882761def342d09bc761e8e29e552a5d287 (patch) | |
tree | 5cbc4c7a56d3ceaf9a953bce7187a734227bf41a /Makefile.in | |
parent | 30abdc40501b9675ead72fa59ae138fc4336de47 (diff) | |
download | fetchmail-18c01882761def342d09bc761e8e29e552a5d287.tar.gz fetchmail-18c01882761def342d09bc761e8e29e552a5d287.tar.bz2 fetchmail-18c01882761def342d09bc761e8e29e552a5d287.zip |
Ready to ship.
svn path=/trunk/; revision=1723
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 db605dec..4c3362be 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.4.0 +VERS=4.4.1 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |