diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-03-13 21:02:56 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-03-13 21:02:56 +0100 |
commit | e45812901418cb1b91b0793e91c0059390d83055 (patch) | |
tree | 6dc6a51fdd922e501d15230dc5a62cfeaae8ffe2 /configure.ac | |
parent | 940319c8f86c026bb8830ceb8dc45a2e08447960 (diff) | |
download | fetchmail-e45812901418cb1b91b0793e91c0059390d83055.tar.gz fetchmail-e45812901418cb1b91b0793e91c0059390d83055.tar.bz2 fetchmail-e45812901418cb1b91b0793e91c0059390d83055.zip |
Bump version to 6.4.18-rc1.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index c541fd40..e7e9b3ab 100644 --- a/configure.ac +++ b/configure.ac @@ -3,13 +3,13 @@ dnl Autoconfigure input file for fetchmail # Fetchmail automatic configuration support # # Eric S. Raymond <esr@thyrsus.com> -# 2004 - 2020 Matthias Andree <matthias.andree@gmx.de> +# 2004 - 2021 Matthias Andree <matthias.andree@gmx.de> # 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.17],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.18-rc1],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |