diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-10-18 18:53:15 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-10-18 18:53:15 +0000 |
commit | 5345b16ceb01002c624e60d413d4cccb71e3f42a (patch) | |
tree | c0a26f94dd2b53bfc656759ba6bfa10ffc894a1c | |
parent | ade40ad981945bfc42db551b0434903cd38c0a8b (diff) | |
download | fetchmail-5345b16ceb01002c624e60d413d4cccb71e3f42a.tar.gz fetchmail-5345b16ceb01002c624e60d413d4cccb71e3f42a.tar.bz2 fetchmail-5345b16ceb01002c624e60d413d4cccb71e3f42a.zip |
Version bump.
svn path=/trunk/; revision=3751
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index c4b05d9b..3c345b4f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. PACKAGE = fetchmail -VERSION = 6.1.0 +VERSION = 6.1.1 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |