diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2004-01-12 20:15:43 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2004-01-12 20:15:43 +0000 |
commit | e011ec586283d8834a4d720c35bae6aa387f82e0 (patch) | |
tree | 027e7a51387547fa079fc08cb6ef4bfeaadf317e | |
parent | aeca1c826d67ab617e33eea71eeecf71cfc196dc (diff) | |
download | fetchmail-e011ec586283d8834a4d720c35bae6aa387f82e0.tar.gz fetchmail-e011ec586283d8834a4d720c35bae6aa387f82e0.tar.bz2 fetchmail-e011ec586283d8834a4d720c35bae6aa387f82e0.zip |
Version bump.
svn path=/trunk/; revision=3868
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index ecab8726..14cf0db5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. PACKAGE = fetchmail -VERSION = 6.2.5 +VERSION = 6.2.6 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |