diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2009-10-05 19:17:25 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2009-10-05 19:17:25 +0000 |
commit | 119cc58bd85dbddda7c7bc59c86cbe812c536a1d (patch) | |
tree | 1536895714d7b2d7228bbd53b9ab09683a9a9e2d /configure.ac | |
parent | 3b5f5706bda144591957f8b8457c279691affa8b (diff) | |
download | fetchmail-119cc58bd85dbddda7c7bc59c86cbe812c536a1d.tar.gz fetchmail-119cc58bd85dbddda7c7bc59c86cbe812c536a1d.tar.bz2 fetchmail-119cc58bd85dbddda7c7bc59c86cbe812c536a1d.zip |
Bump version.
svn path=/branches/BRANCH_6-3/; revision=5437
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 9017f218..1c6e4ac7 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.11],[fetchmail-users@lists.berlios.de]) +AC_INIT([fetchmail],[6.3.12],[fetchmail-users@lists.berlios.de]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |