diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-01-04 01:02:19 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-01-04 01:02:19 +0100 |
commit | 0d54eebdc2db7f492210e586787c54dc65df3d94 (patch) | |
tree | 2931c533929510b27ddea469abe920c55bae9181 /configure.ac | |
parent | 650519f8bc28f9047290327cd9a2e1c01e430255 (diff) | |
download | fetchmail-0d54eebdc2db7f492210e586787c54dc65df3d94.tar.gz fetchmail-0d54eebdc2db7f492210e586787c54dc65df3d94.tar.bz2 fetchmail-0d54eebdc2db7f492210e586787c54dc65df3d94.zip |
Bump version.
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 ea241673..af0b1091 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.1],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.2-beta1],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |