diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2012-12-13 22:46:32 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2012-12-13 22:56:13 +0100 |
commit | edb8384a00f108b385d0df7ddfa5bd671a36f946 (patch) | |
tree | 60b7973c73d1728f8307f7235f00990811aaab4d /configure.ac | |
parent | 27a72bbe4f5ffedd6de35dcfa12a3b78a9d669de (diff) | |
download | fetchmail-edb8384a00f108b385d0df7ddfa5bd671a36f946.tar.gz fetchmail-edb8384a00f108b385d0df7ddfa5bd671a36f946.tar.bz2 fetchmail-edb8384a00f108b385d0df7ddfa5bd671a36f946.zip |
Repair --logfile regression of 6.3.23,
reported by Heinz Diehl.
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 a77d5828..f012c7a9 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.23],[fetchmail-users@lists.berlios.de]) +AC_INIT([fetchmail],[6.3.24],[fetchmail-users@lists.berlios.de]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |