diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-05-06 09:38:10 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-05-06 09:38:10 +0200 |
commit | 7ecffc805437ded304b7ffe5910d95db42b9c9e2 (patch) | |
tree | eb29ed9eb1afa8f16c5cc8be0244c278243b7b85 /configure.ac | |
parent | 8a46413dc1834a5f1d584209dacdd9e5738d5494 (diff) | |
download | fetchmail-7ecffc805437ded304b7ffe5910d95db42b9c9e2.tar.gz fetchmail-7ecffc805437ded304b7ffe5910d95db42b9c9e2.tar.bz2 fetchmail-7ecffc805437ded304b7ffe5910d95db42b9c9e2.zip |
Bump version to 6.3.17.
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 b3b2a224..2ff315f1 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.17-pre1],[fetchmail-users@lists.berlios.de]) +AC_INIT([fetchmail],[6.3.17],[fetchmail-users@lists.berlios.de]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |