diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-08-27 18:53:49 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-08-27 19:07:43 +0200 |
commit | e4484beae72aea7f9cc175593930b58f7478adf7 (patch) | |
tree | b2d3c62050aab03d423ddbe2e244fb3640e1fb97 | |
parent | 3fecc42a91f74c196ae9dee5d5e6b92d2a63aceb (diff) | |
download | fetchmail-e4484beae72aea7f9cc175593930b58f7478adf7.tar.gz fetchmail-e4484beae72aea7f9cc175593930b58f7478adf7.tar.bz2 fetchmail-e4484beae72aea7f9cc175593930b58f7478adf7.zip |
Bump version to 6.4.9
-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 fa9505d7..4ec49388 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.8],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.9],[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 d1d8ebe3..f9264cc3 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-07-09 "fetchmail 6.4.8" "fetchmail reference manual" +.TH fetchmail 1 2020-07-09 "fetchmail 6.4.9" "fetchmail reference manual" .SH NAME fetchmail \- fetch mail from a POP, IMAP, ETRN, or ODMR-capable server |