diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-03-19 00:09:05 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-03-19 00:09:05 +0100 |
commit | 1b88147837bcf98cf5b70fff4a209ecac7a520f8 (patch) | |
tree | ffadf2c94a0a39cb06ccca867f497e3a5862a9cd /configure.ac | |
parent | 9c10d69f36fed4962354b7a38261fe47f154ba2b (diff) | |
download | fetchmail-1b88147837bcf98cf5b70fff4a209ecac7a520f8.tar.gz fetchmail-1b88147837bcf98cf5b70fff4a209ecac7a520f8.tar.bz2 fetchmail-1b88147837bcf98cf5b70fff4a209ecac7a520f8.zip |
Bump version.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 2076ca86..b5c07e78 100644 --- a/configure.ac +++ b/configure.ac @@ -3,13 +3,13 @@ dnl Autoconfigure input file for fetchmail # Fetchmail automatic configuration support # # Eric S. Raymond <esr@thyrsus.com> -# 2004 - 2009 Matthias Andree <matthias.andree@gmx.de> +# 2004 - 2010 Matthias Andree <matthias.andree@gmx.de> # 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-beta2],[fetchmail-users@lists.berlios.de]) +AC_INIT([fetchmail],[6.3.15-beta3],[fetchmail-users@lists.berlios.de]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |