diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-03-17 18:44:09 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-03-17 18:44:09 +0000 |
commit | 9f0c96e502abdec329bb3c84d457d96875f2ce8c (patch) | |
tree | 93e974f85e4cb4eb8cbb007c721fd930697032e5 | |
parent | ed588a2f2f6f387be5645ed38b8077e9f01a1291 (diff) | |
download | fetchmail-9f0c96e502abdec329bb3c84d457d96875f2ce8c.tar.gz fetchmail-9f0c96e502abdec329bb3c84d457d96875f2ce8c.tar.bz2 fetchmail-9f0c96e502abdec329bb3c84d457d96875f2ce8c.zip |
Version bump.
svn path=/trunk/; revision=1708
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 107bbba5..a983c2f3 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.3.9 +VERS=4.4.0 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |