diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-07-31 05:54:41 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-07-31 05:54:41 +0000 |
commit | 2dd4055cf26d85600a22205ae6e9ed668d614f26 (patch) | |
tree | be3d15a8fbe7aa76b2310149633b677f08c5b53d /Makefile.in | |
parent | 2cb642fc7d5ad94fe4c48a5d0ec198ab0ac423e9 (diff) | |
download | fetchmail-2dd4055cf26d85600a22205ae6e9ed668d614f26.tar.gz fetchmail-2dd4055cf26d85600a22205ae6e9ed668d614f26.tar.bz2 fetchmail-2dd4055cf26d85600a22205ae6e9ed668d614f26.zip |
Must solve that damn linking problem next.
svn path=/trunk/; revision=3426
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 7b1ccb86..b5c2c745 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. PACKAGE = fetchmail -VERSION = 5.8.14 +VERSION = 5.8.15 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |