diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2009-05-24 14:45:34 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2009-05-24 14:45:34 +0000 |
commit | bd5a7034cd0ca7a69e092bf5b4484a3ce4882201 (patch) | |
tree | 51f43c5b52ea1604d7bfe636f8ad17a5c678ba96 | |
parent | 11e357850cb32beb3f33514b7747f257f8e54547 (diff) | |
download | fetchmail-bd5a7034cd0ca7a69e092bf5b4484a3ce4882201.tar.gz fetchmail-bd5a7034cd0ca7a69e092bf5b4484a3ce4882201.tar.bz2 fetchmail-bd5a7034cd0ca7a69e092bf5b4484a3ce4882201.zip |
Bump version to a beta for softbounce testing.
svn path=/branches/BRANCH_6-3/; revision=5317
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 75543406..d79d496d 100644 --- a/configure.ac +++ b/configure.ac @@ -3,12 +3,12 @@ dnl Autoconfigure input file for fetchmail # Fetchmail automatic configuration support # # Eric S. Raymond <esr@thyrsus.com> -# 2004 - 2008 Matthias Andree <matthias.andree@gmx.de> +# 2004 - 2009 Matthias Andree <matthias.andree@gmx.de> # dnl Process this file with autoconf to produce a configure script. dnl -AC_INIT([fetchmail],[6.3.9],[fetchmail-users@lists.berlios.de]) +AC_INIT([fetchmail],[6.3.10-beta1],[fetchmail-users@lists.berlios.de]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |