diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-01-30 14:22:15 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-01-30 15:24:53 +0100 |
commit | 5490a3a6de82b3e4d4d7e2da09756668d763c06b (patch) | |
tree | c909a646b6c864a888bb991c9c8b90d7037c07bc /configure.ac | |
parent | f29b6e7570745b02a9d3f98e0ca3bf83ef6d9b1d (diff) | |
download | fetchmail-5490a3a6de82b3e4d4d7e2da09756668d763c06b.tar.gz fetchmail-5490a3a6de82b3e4d4d7e2da09756668d763c06b.tar.bz2 fetchmail-5490a3a6de82b3e4d4d7e2da09756668d763c06b.zip |
configure.ac: Bump version to 6.4.16-rc1.
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 a55054d4..896fa5a7 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.15],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.16-rc1],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |