diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2015-04-08 02:01:38 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2015-04-08 02:01:38 +0200 |
commit | 4f2e17b9aa6b24c42eb3148d1331dd57aef3097b (patch) | |
tree | 4f4264b51f23fcfe10c4171e5f953aa22fa1de36 /configure.ac | |
parent | c3c106aceaf735c80d71b8bfc1c9927d39ed587e (diff) | |
download | fetchmail-4f2e17b9aa6b24c42eb3148d1331dd57aef3097b.tar.gz fetchmail-4f2e17b9aa6b24c42eb3148d1331dd57aef3097b.tar.bz2 fetchmail-4f2e17b9aa6b24c42eb3148d1331dd57aef3097b.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 b9314f67..4d6cd3de 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.beta1],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.0.beta2],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |