diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-06-08 14:55:44 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-06-08 14:55:44 +0000 |
commit | 0e57e23dadf6330c7efc790268024490cb7599cc (patch) | |
tree | 86305d83aeee40bb3988538a972b2d4a2ff2a39e | |
parent | 75bef54f68a962f58a0737a60da5e8847455e729 (diff) | |
download | fetchmail-0e57e23dadf6330c7efc790268024490cb7599cc.tar.gz fetchmail-0e57e23dadf6330c7efc790268024490cb7599cc.tar.bz2 fetchmail-0e57e23dadf6330c7efc790268024490cb7599cc.zip |
Version bump.
svn path=/trunk/; revision=3642
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 8a102df2..19e6b35d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. PACKAGE = fetchmail -VERSION = 5.9.12 +VERSION = 6.0.0 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |