diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-08-16 01:04:09 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-08-16 01:04:09 +0000 |
commit | 1016e18b1bee5a2e31736214fb5188546794ee2e (patch) | |
tree | 890e4338e42cf9a1cac6be962ee33d9f8dc1277c /Makefile.in | |
parent | 0dd1704fd2cb613374dd68638faaa8c5d12441b3 (diff) | |
download | fetchmail-1016e18b1bee5a2e31736214fb5188546794ee2e.tar.gz fetchmail-1016e18b1bee5a2e31736214fb5188546794ee2e.tar.bz2 fetchmail-1016e18b1bee5a2e31736214fb5188546794ee2e.zip |
Version bump.
svn path=/trunk/; revision=1274
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 c961190a..8652cc6f 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.1.0 +VERS=4.1.1 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |