aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2021-10-31 12:57:01 +0100
committerMatthias Andree <matthias.andree@gmx.de>2021-10-31 12:57:22 +0100
commit7183296d10e1515b1d7cc3e9bc078842619d77bc (patch)
tree0033c3ee1bf9c047ba3555310f7f367767a56efb
parent56e8f9b656fdc8bbec569b6ac5deb6fe66c62aed (diff)
downloadfetchmail-7183296d10e1515b1d7cc3e9bc078842619d77bc.tar.gz
fetchmail-7183296d10e1515b1d7cc3e9bc078842619d77bc.tar.bz2
fetchmail-7183296d10e1515b1d7cc3e9bc078842619d77bc.zip
Get ready for 6.4.23.
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d1bd6bee..89f540a5 100644
--- a/NEWS
+++ b/NEWS
@@ -90,7 +90,7 @@ removed from a 6.5.0 or newer release.)
have required another loop through the translators.
--------------------------------------------------------------------------------
-fetchmail-6.4.23 (not yet released):
+fetchmail-6.4.23 (released 2021-10-31, 30206 LoC):
# USABILITY:
* For common ssh-based IMAP PREAUTH setups (i. e. those that use a plugin
diff --git a/configure.ac b/configure.ac
index 4284c9ca..0407d994 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.22],[fetchmail-users@lists.sourceforge.net])
+AC_INIT([fetchmail],[6.4.23],[fetchmail-users@lists.sourceforge.net])
AC_CONFIG_SRCDIR([fetchmail.h])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_LIBOBJ_DIR([.])