diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-09-22 22:32:47 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-09-22 22:32:47 +0000 |
commit | 5f7dcc42adb8f88be502cb6215773ba3d72176a6 (patch) | |
tree | aebb2531a7d815651e9b088d3edf3aa7f8d6b5d7 /Makefile.in | |
parent | e998bf1421388431ab2d9f8e18f26fb4a508d1a4 (diff) | |
download | fetchmail-5f7dcc42adb8f88be502cb6215773ba3d72176a6.tar.gz fetchmail-5f7dcc42adb8f88be502cb6215773ba3d72176a6.tar.bz2 fetchmail-5f7dcc42adb8f88be502cb6215773ba3d72176a6.zip |
Ready to ship the security-fixed version.
svn path=/trunk/; revision=3731
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 e7fffaa6..c4b05d9b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. PACKAGE = fetchmail -VERSION = 6.0.0 +VERSION = 6.1.0 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |