diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-02-11 19:25:16 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-02-11 19:25:16 +0100 |
commit | 2592f935fa748a89b916ded0b6a3c3c5890752a8 (patch) | |
tree | cf9572ab3aecc79e23898c23575ea59017f0acab | |
parent | 6d4a09dfde89f4387f668e144fe1d7e54aada540 (diff) | |
download | fetchmail-2592f935fa748a89b916ded0b6a3c3c5890752a8.tar.gz fetchmail-2592f935fa748a89b916ded0b6a3c3c5890752a8.tar.bz2 fetchmail-2592f935fa748a89b916ded0b6a3c3c5890752a8.zip |
Bump version to 6.4.17 for next release.
-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 fefea7fd..c541fd40 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.4.16],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.17],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) diff --git a/fetchmail.man b/fetchmail.man index cc4c9523..a94889f0 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 2021-01-30 "fetchmail 6.4.16" "fetchmail reference manual" +.TH fetchmail 1 2021-01-30 "fetchmail 6.4.17" "fetchmail reference manual" .SH NAME fetchmail \- fetch mail from a POP, IMAP, ETRN, or ODMR-capable server |