diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-03-19 00:09:05 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-03-19 00:09:05 +0100 |
commit | 1b88147837bcf98cf5b70fff4a209ecac7a520f8 (patch) | |
tree | ffadf2c94a0a39cb06ccca867f497e3a5862a9cd | |
parent | 9c10d69f36fed4962354b7a38261fe47f154ba2b (diff) | |
download | fetchmail-1b88147837bcf98cf5b70fff4a209ecac7a520f8.tar.gz fetchmail-1b88147837bcf98cf5b70fff4a209ecac7a520f8.tar.bz2 fetchmail-1b88147837bcf98cf5b70fff4a209ecac7a520f8.zip |
Bump version.
-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 2076ca86..b5c07e78 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 - 2009 Matthias Andree <matthias.andree@gmx.de> +# 2004 - 2010 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.15-beta2],[fetchmail-users@lists.berlios.de]) +AC_INIT([fetchmail],[6.3.15-beta3],[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 9e2c6e86..23f4c535 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.15-beta2" "fetchmail" "fetchmail reference manual" +.TH fetchmail 1 "fetchmail 6.3.15-beta3" "fetchmail" "fetchmail reference manual" .SH NAME fetchmail \- fetch mail from a POP, IMAP, ETRN, or ODMR-capable server |