diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-02-26 01:02:24 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-02-26 01:02:24 +0100 |
commit | b31d0b101c9c1ac3bccc3277f1cc5251b959f112 (patch) | |
tree | dda33fc2509fffaab307d2fc7c1e680614fdc132 /configure.ac | |
parent | 1f506f9145db3c0147564c0e688dba031cdf8f32 (diff) | |
download | fetchmail-b31d0b101c9c1ac3bccc3277f1cc5251b959f112.tar.gz fetchmail-b31d0b101c9c1ac3bccc3277f1cc5251b959f112.tar.bz2 fetchmail-b31d0b101c9c1ac3bccc3277f1cc5251b959f112.zip |
Bump version to -beta2.
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 ef3bba77..c6a4b98d 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.3.15-beta1],[fetchmail-users@lists.berlios.de]) +AC_INIT([fetchmail],[6.3.15-beta2],[fetchmail-users@lists.berlios.de]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |