diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-12-26 22:24:22 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-12-26 22:24:22 +0100 |
commit | e7ee3344792931d8d9439cc0f79dbcc726580187 (patch) | |
tree | 5e329c4b2ed9f77803fb0e5df08425ce6b3f8ab3 /configure.ac | |
parent | 6a5484e03e903d3e74d7b6ca8927d616548a6d8c (diff) | |
download | fetchmail-e7ee3344792931d8d9439cc0f79dbcc726580187.tar.gz fetchmail-e7ee3344792931d8d9439cc0f79dbcc726580187.tar.bz2 fetchmail-e7ee3344792931d8d9439cc0f79dbcc726580187.zip |
Get ready for fetchmail 6.4.26.
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 963c9a10..872fdfb9 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.25],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.26],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |