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 | |
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
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | fetchmail.man | 2 |
2 files changed, 2 insertions, 2 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([.]) diff --git a/fetchmail.man b/fetchmail.man index 72303b9c..c23ee6fc 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.11" "fetchmail" "fetchmail reference manual" +.TH fetchmail 1 "fetchmail 6.3.12" "fetchmail" "fetchmail reference manual" .SH NAME fetchmail \- fetch mail from a POP, IMAP, ETRN, or ODMR-capable server |