diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-03-06 16:48:32 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-03-06 16:48:32 +0100 |
commit | 68532508b1dc4a2388b21efb7bd5ee6fab4f259d (patch) | |
tree | 3e40ac8d386614d8d8bee486eea5ed4147b4fbfb /configure.ac | |
parent | ac3d5133dafb6ce42ecddd42de4a59bd93e06d45 (diff) | |
download | fetchmail-68532508b1dc4a2388b21efb7bd5ee6fab4f259d.tar.gz fetchmail-68532508b1dc4a2388b21efb7bd5ee6fab4f259d.tar.bz2 fetchmail-68532508b1dc4a2388b21efb7bd5ee6fab4f259d.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 1ca6717e..7d79103b 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.2],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.3-beta1],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |