diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-04-01 19:22:18 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-04-01 19:22:18 +0000 |
commit | 343d339c5cb55f4c18d955c2578c3e7375ba2204 (patch) | |
tree | 515265556a161686ac6107250cab89bd84546332 | |
parent | 7e20ef29d1ca71125f37c97a9cab2b64bff93857 (diff) | |
download | fetchmail-343d339c5cb55f4c18d955c2578c3e7375ba2204.tar.gz fetchmail-343d339c5cb55f4c18d955c2578c3e7375ba2204.tar.bz2 fetchmail-343d339c5cb55f4c18d955c2578c3e7375ba2204.zip |
Version bump.
svn path=/trunk/; revision=3607
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 36cc4cd4..05b083ac 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. PACKAGE = fetchmail -VERSION = 5.9.10 +VERSION = 5.9.11 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |