diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-04-23 07:48:08 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-04-23 07:48:08 +0000 |
commit | 7c921a8f61c0b6f8794459e52a0c3b0a00aa45a4 (patch) | |
tree | 544fabf3d3d165cbc86af9c185e1ba11ece5201a | |
parent | 2e5d60c370a12e7865fb4c0a9f028e8104e502e5 (diff) | |
download | fetchmail-7c921a8f61c0b6f8794459e52a0c3b0a00aa45a4.tar.gz fetchmail-7c921a8f61c0b6f8794459e52a0c3b0a00aa45a4.tar.bz2 fetchmail-7c921a8f61c0b6f8794459e52a0c3b0a00aa45a4.zip |
Version bump.
svn path=/trunk/; revision=3294
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 70d58841..b0938e3a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. PACKAGE = fetchmail -VERSION = 5.8.1 +VERSION = 5.8.2 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |