diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-06-17 16:00:18 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-06-17 16:00:18 +0000 |
commit | fd13c2ec02415deb7731059d0c65cd2599bd00db (patch) | |
tree | d044910ca359bac0095bee8a9841184ef20cf922 | |
parent | bf21039444fca3c8882828e7bd302e9cd10f441c (diff) | |
download | fetchmail-fd13c2ec02415deb7731059d0c65cd2599bd00db.tar.gz fetchmail-fd13c2ec02415deb7731059d0c65cd2599bd00db.tar.bz2 fetchmail-fd13c2ec02415deb7731059d0c65cd2599bd00db.zip |
Version bump.
svn path=/trunk/; revision=3354
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 20bba683..8badd904 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. PACKAGE = fetchmail -VERSION = 5.8.6 +VERSION = 5.8.7 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |