diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-09-27 07:41:43 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-09-27 07:41:43 +0000 |
commit | 93dd633180b1c1c322ac1e31b9fa829ae5f73434 (patch) | |
tree | 7664c429a5e59a8ebb3fc3bf3eb8feba565b6cb8 /configure.ac | |
parent | 2f8cf2b9e91c42519cb04fff19114540ad2c7866 (diff) | |
download | fetchmail-93dd633180b1c1c322ac1e31b9fa829ae5f73434.tar.gz fetchmail-93dd633180b1c1c322ac1e31b9fa829ae5f73434.tar.bz2 fetchmail-93dd633180b1c1c322ac1e31b9fa829ae5f73434.zip |
Bump version to -rc6, we'll have one more release candidate.
svn path=/trunk/; revision=4349
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 5ade7178..e20234e6 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.2.9-rc5]) +AC_INIT([fetchmail],[6.2.9-rc6]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |