diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2017-02-11 19:38:09 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2017-02-11 19:38:09 +0100 |
commit | f820d44591c1407f06bae66342e16b61a3215419 (patch) | |
tree | 71b42523553db51d8cc595bc123883161fcc200f | |
parent | 782650bf3d14c15ae677e0bec0ef88d6fb57b807 (diff) | |
download | fetchmail-f820d44591c1407f06bae66342e16b61a3215419.tar.gz fetchmail-f820d44591c1407f06bae66342e16b61a3215419.tar.bz2 fetchmail-f820d44591c1407f06bae66342e16b61a3215419.zip |
Bump version to beta3.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 12ab1a4f..31e90ee0 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.0.beta2],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.0.beta3],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |