diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2012-04-06 21:34:18 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2012-05-03 08:13:13 +0200 |
commit | d85b4432c711e5cb396f9cc2d674b1519748d2da (patch) | |
tree | ed0f2a62513466a22f8c31421e5df92b173de052 /configure.ac | |
parent | 48809c5b9f6c9081f4031fa938dd63b060c18a4b (diff) | |
download | fetchmail-d85b4432c711e5cb396f9cc2d674b1519748d2da.tar.gz fetchmail-d85b4432c711e5cb396f9cc2d674b1519748d2da.tar.bz2 fetchmail-d85b4432c711e5cb396f9cc2d674b1519748d2da.zip |
Bump version to 6.3.22.
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 de3a37a3..39a2e025 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 - 2010 Matthias Andree <matthias.andree@gmx.de> +# 2004 - 2012 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.21],[fetchmail-users@lists.berlios.de]) +AC_INIT([fetchmail],[6.3.22],[fetchmail-users@lists.berlios.de]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |