diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-09 20:56:05 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-09 20:56:05 +0000 |
commit | b9c90ca975b489e5bc0da0331fc3b8aa239d99a6 (patch) | |
tree | 5ad60882d5f10e8eefb9c87af8f73aadf808e977 /Makefile.in | |
parent | ae8c23ec6d5e886f9d649dcedb39af790bf5ca8b (diff) | |
download | fetchmail-b9c90ca975b489e5bc0da0331fc3b8aa239d99a6.tar.gz fetchmail-b9c90ca975b489e5bc0da0331fc3b8aa239d99a6.tar.bz2 fetchmail-b9c90ca975b489e5bc0da0331fc3b8aa239d99a6.zip |
Version bump.
svn path=/trunk/; revision=1324
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 0d1d4530..c105ca55 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.6 +VERS=4.1.7 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |