diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-08-26 23:53:14 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-08-26 23:53:14 +0200 |
commit | 5e9e3c8682180ddee8da74e3711dc3328ae2f306 (patch) | |
tree | c40adae566f011d0f855dd8e5d129f54a0c4951b | |
parent | 7ed2377cfc53f881f645263b2ee05a9c290ef9e7 (diff) | |
download | fetchmail-5e9e3c8682180ddee8da74e3711dc3328ae2f306.tar.gz fetchmail-5e9e3c8682180ddee8da74e3711dc3328ae2f306.tar.bz2 fetchmail-5e9e3c8682180ddee8da74e3711dc3328ae2f306.zip |
Bump version to 6.4.22.rc1
-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 1ee9fe28..00e9bc87 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.21],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.22.rc1],[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 5191ca60..90451f4d 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-08-10 "fetchmail 6.4.21" "fetchmail reference manual" +.TH fetchmail 1 2021-08-10 "fetchmail 6.4.22.rc1" "fetchmail reference manual" .SH NAME fetchmail \- fetch mail from a POP, IMAP, ETRN, or ODMR-capable server |