diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-04-19 04:13:31 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-04-19 04:13:31 +0000 |
commit | 81a0c6ab5dcc762a5a3a3cfea8b7c5733f4cac2e (patch) | |
tree | a7d096c8fbc513d7c4cbb5a8a56912c330d862bb /Makefile.in | |
parent | d7e7771494325409a43886ee30fef75523c54f6d (diff) | |
download | fetchmail-81a0c6ab5dcc762a5a3a3cfea8b7c5733f4cac2e.tar.gz fetchmail-81a0c6ab5dcc762a5a3a3cfea8b7c5733f4cac2e.tar.bz2 fetchmail-81a0c6ab5dcc762a5a3a3cfea8b7c5733f4cac2e.zip |
Version bump.
svn path=/trunk/; revision=1741
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 28df6eb4..672e3d87 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.1 +VERS=4.4.2 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |