diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-10-31 12:57:01 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-10-31 12:57:22 +0100 |
commit | 7183296d10e1515b1d7cc3e9bc078842619d77bc (patch) | |
tree | 0033c3ee1bf9c047ba3555310f7f367767a56efb /configure.ac | |
parent | 56e8f9b656fdc8bbec569b6ac5deb6fe66c62aed (diff) | |
download | fetchmail-7183296d10e1515b1d7cc3e9bc078842619d77bc.tar.gz fetchmail-7183296d10e1515b1d7cc3e9bc078842619d77bc.tar.bz2 fetchmail-7183296d10e1515b1d7cc3e9bc078842619d77bc.zip |
Get ready for 6.4.23.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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([.]) |