diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-06-14 20:15:53 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-06-14 20:15:53 +0200 |
commit | 7568011589eae5448f95eb651f9aba6790772bc9 (patch) | |
tree | 05a9b3079f126215f7a971a5a35ed254aaf957a5 | |
parent | b54d984f8ae3e3962cb2a9ceacdb0b2e8e50b499 (diff) | |
download | fetchmail-7568011589eae5448f95eb651f9aba6790772bc9.tar.gz fetchmail-7568011589eae5448f95eb651f9aba6790772bc9.tar.bz2 fetchmail-7568011589eae5448f95eb651f9aba6790772bc9.zip |
Prepare fetchmail 6.4.8 release.
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | fetchmail.man | 2 | ||||
-rw-r--r-- | website/index.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index a51ec263..d026a662 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.7],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.8],[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 4f6e70f6..b9a0ea85 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 2020-03-30 "fetchmail 6.4.7" "fetchmail reference manual" +.TH fetchmail 1 2020-03-30 "fetchmail 6.4.8" "fetchmail reference manual" .SH NAME fetchmail \- fetch mail from a POP, IMAP, ETRN, or ODMR-capable server diff --git a/website/index.html b/website/index.html index 06a0fc43..ffdbf691 100644 --- a/website/index.html +++ b/website/index.html @@ -43,7 +43,7 @@ <h1>Fetchmail</h1> <div style="background-color:#c0ffc0;color:#000000;"> - <h1>NEWS: FETCHMAIL 6.4.7 RELEASE</h1> + <h1>NEWS: FETCHMAIL 6.4.8 RELEASE</h1> <p>On 2020-06-14, <a href="https://sourceforge.net/projects/fetchmail/files/branch_6.4/">fetchmail 6.4.7 has been released (click this link to download, or to see recent changes). |