diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-08-04 23:04:42 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-08-04 23:04:42 +0000 |
commit | 2e51880af8478356deac985863f6f13952987224 (patch) | |
tree | 0d3755c9b5e082ec64f85471feba0c3569c6e684 /Makefile.in | |
parent | 9bb8e8533b64422abd0b766398b3fcfea2a6a173 (diff) | |
download | fetchmail-2e51880af8478356deac985863f6f13952987224.tar.gz fetchmail-2e51880af8478356deac985863f6f13952987224.tar.bz2 fetchmail-2e51880af8478356deac985863f6f13952987224.zip |
Security fix.
svn path=/trunk/; revision=3441
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 bd1b9a95..6db23555 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. PACKAGE = fetchmail -VERSION = 5.8.16 +VERSION = 5.8.17 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |