diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-11-20 10:07:19 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-11-20 10:07:19 +0100 |
commit | 4a1e77d0284291a4384fafdb1a4ba24e826195d9 (patch) | |
tree | ff412ae94d45ba65d24afea9f03c54d6aee0bbc1 /configure.ac | |
parent | b49b73a5f9a70dd3c22fd09331fbf41fabae759f (diff) | |
download | fetchmail-4a1e77d0284291a4384fafdb1a4ba24e826195d9.tar.gz fetchmail-4a1e77d0284291a4384fafdb1a4ba24e826195d9.tar.bz2 fetchmail-4a1e77d0284291a4384fafdb1a4ba24e826195d9.zip |
Version bump to 6.4.24.
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 0407d994..14760f3a 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.23],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.24],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |