diff options
| -rw-r--r-- | configure.ac | 4 | ||||
| -rw-r--r-- | fetchmail.man | 2 | 
2 files changed, 3 insertions, 3 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([.]) diff --git a/fetchmail.man b/fetchmail.man index 974f5eac..56026d0b 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -10,7 +10,7 @@  .\" Load www macros to process .URL requests, this requires groff:  .mso www.tmac  .\" -.TH fetchmail 1 "fetchmail 6.3.21" "fetchmail" "fetchmail reference manual" +.TH fetchmail 1 "fetchmail 6.3.22" "fetchmail" "fetchmail reference manual"  .SH NAME  fetchmail \- fetch mail from a POP, IMAP, ETRN, or ODMR-capable server | 
