diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-05-16 15:17:17 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-05-16 15:17:17 +0000 |
commit | c88c80865e8a73e1d76a9435b2b8067d9022c6ff (patch) | |
tree | c67256a0af11667ccece99939ce814723c911e61 /Makefile.in | |
parent | 01ca2fa8050ae60b49860dbb78b5e5de92bc4c87 (diff) | |
download | fetchmail-c88c80865e8a73e1d76a9435b2b8067d9022c6ff.tar.gz fetchmail-c88c80865e8a73e1d76a9435b2b8067d9022c6ff.tar.bz2 fetchmail-c88c80865e8a73e1d76a9435b2b8067d9022c6ff.zip |
Version bump.
svn path=/trunk/; revision=1784
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 7f3b6aa0..cb61a78c 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.5 +VERS=4.4.6 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |