diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-01-22 11:49:19 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-01-22 11:49:19 +0000 |
commit | dbeedaf9a154faeebab1b723f60cb86befc37802 (patch) | |
tree | c6f1c114aee6708fcd879a2be564abf823d25065 | |
parent | c2f88e314a9f6a484ff7cec243063b032724de53 (diff) | |
download | fetchmail-dbeedaf9a154faeebab1b723f60cb86befc37802.tar.gz fetchmail-dbeedaf9a154faeebab1b723f60cb86befc37802.tar.bz2 fetchmail-dbeedaf9a154faeebab1b723f60cb86befc37802.zip |
Bump version to 6.3.2.
svn path=/branches/BRANCH_6-3/; revision=4669
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 86ff4268..6b807dca 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl dnl Process this file with autoconf to produce a configure script. dnl -AC_INIT([fetchmail],[6.3.2-rc4],[fetchmail-users@lists.berlios.de]) +AC_INIT([fetchmail],[6.3.2],[fetchmail-users@lists.berlios.de]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |