diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-08-09 18:07:34 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-08-09 18:07:34 +0200 |
commit | 06aee72ee5a49133c60672d588750b525c058d14 (patch) | |
tree | 4108de7273e5a1196740800c9e331c471e3ec669 | |
parent | 65d9dde07c9f1ad4f4d6f02eb673ea90eef957ad (diff) | |
download | fetchmail-06aee72ee5a49133c60672d588750b525c058d14.tar.gz fetchmail-06aee72ee5a49133c60672d588750b525c058d14.tar.bz2 fetchmail-06aee72ee5a49133c60672d588750b525c058d14.zip |
Bump version to 6.4.21.
-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 510ff6f2..1ee9fe28 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.20],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.21],[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 ade9bc70..0141e469 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-03-29 "fetchmail 6.4.20" "fetchmail reference manual" +.TH fetchmail 1 2021-03-29 "fetchmail 6.4.21" "fetchmail reference manual" .SH NAME fetchmail \- fetch mail from a POP, IMAP, ETRN, or ODMR-capable server |