diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-12-31 05:46:52 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-12-31 05:46:52 +0000 |
commit | c1ca94d8095ca6dace7585b9822bef0ace216e43 (patch) | |
tree | 6f1f9b93556bea962127097c44e4d40a11365209 /Makefile.in | |
parent | 3c799b35db0cc8cc0a31a3a74426a5bf1390662e (diff) | |
download | fetchmail-c1ca94d8095ca6dace7585b9822bef0ace216e43.tar.gz fetchmail-c1ca94d8095ca6dace7585b9822bef0ace216e43.tar.bz2 fetchmail-c1ca94d8095ca6dace7585b9822bef0ace216e43.zip |
Maybe this fixes Ron Gomes's hang bug?
svn path=/trunk/; revision=2303
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 6e533e6e..dfaf5899 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. PACKAGE = fetchmail -VERSION = 4.7.2 +VERSION = 4.7.3 SUBDIRS = @INTLSUB@ @POSUB@ |