diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-12-09 15:05:42 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-12-09 15:05:42 +0000 |
commit | 8dcde6bdc0a17bd0bffb1f2436325038a0fa9103 (patch) | |
tree | 1de17eb68b174d8769787548441654f1ed855ab5 /Makefile.in | |
parent | 82b027672c04003e446239f795c13aca09295894 (diff) | |
download | fetchmail-8dcde6bdc0a17bd0bffb1f2436325038a0fa9103.tar.gz fetchmail-8dcde6bdc0a17bd0bffb1f2436325038a0fa9103.tar.bz2 fetchmail-8dcde6bdc0a17bd0bffb1f2436325038a0fa9103.zip |
Security fix release.
svn path=/trunk/; revision=3775
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 1b0a714d..73252e07 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. PACKAGE = fetchmail -VERSION = 6.1.3 +VERSION = 6.2.0 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |