diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-05-06 09:38:10 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-05-06 09:38:10 +0200 |
commit | 7ecffc805437ded304b7ffe5910d95db42b9c9e2 (patch) | |
tree | eb29ed9eb1afa8f16c5cc8be0244c278243b7b85 | |
parent | 8a46413dc1834a5f1d584209dacdd9e5738d5494 (diff) | |
download | fetchmail-7ecffc805437ded304b7ffe5910d95db42b9c9e2.tar.gz fetchmail-7ecffc805437ded304b7ffe5910d95db42b9c9e2.tar.bz2 fetchmail-7ecffc805437ded304b7ffe5910d95db42b9c9e2.zip |
Bump version to 6.3.17.
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | fetchmail.man | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index b3b2a224..2ff315f1 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl Process this file with autoconf to produce a configure script. dnl dnl XXX - if bumping version here, check fetchmail.man, too! -AC_INIT([fetchmail],[6.3.17-pre1],[fetchmail-users@lists.berlios.de]) +AC_INIT([fetchmail],[6.3.17],[fetchmail-users@lists.berlios.de]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) diff --git a/fetchmail.man b/fetchmail.man index 8e1ae219..a6a6fe5f 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -10,7 +10,7 @@ .\" Load www macros to process .URL requests, this requires groff: .mso www.tmac .\" -.TH fetchmail 1 "fetchmail 6.3.17-pre1" "fetchmail" "fetchmail reference manual" +.TH fetchmail 1 "fetchmail 6.3.17" "fetchmail" "fetchmail reference manual" .SH NAME fetchmail \- fetch mail from a POP, IMAP, ETRN, or ODMR-capable server |