diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-08-24 21:00:06 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-08-24 21:00:06 +0000 |
commit | d324bad12839c55d3c3c0b07ed3049f2a01e897e (patch) | |
tree | 85f7504ae4b8c0e37ef4b9ab8a8a4d9771bba69a /Makefile.in | |
parent | 22c3634747ea4d6416463e638b2ece869d65aaf0 (diff) | |
download | fetchmail-d324bad12839c55d3c3c0b07ed3049f2a01e897e.tar.gz fetchmail-d324bad12839c55d3c3c0b07ed3049f2a01e897e.tar.bz2 fetchmail-d324bad12839c55d3c3c0b07ed3049f2a01e897e.zip |
Version bump.
svn path=/trunk/; revision=2052
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 0ffc5e9b..908d53ab 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.5.5 +VERS=4.5.6 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |