diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-01-22 23:34:00 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-01-22 23:34:00 +0000 |
commit | 6f88ce2d21b50e2ec4da49cbdc7eb85023249a6d (patch) | |
tree | c2b1708693c4575433112242e56d201b48ef4805 /Makefile.in | |
parent | 58174edf6ee758f597717977e58ac93208652595 (diff) | |
download | fetchmail-6f88ce2d21b50e2ec4da49cbdc7eb85023249a6d.tar.gz fetchmail-6f88ce2d21b50e2ec4da49cbdc7eb85023249a6d.tar.bz2 fetchmail-6f88ce2d21b50e2ec4da49cbdc7eb85023249a6d.zip |
Version bump.
svn path=/trunk/; revision=1603
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 315c5690..cae12205 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.5 +VERS=4.4.0 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |