diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-08-27 21:40:07 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-08-27 21:40:07 +0200 |
commit | a1827fd914d489d3b7cf0fe32462124c15bdaae2 (patch) | |
tree | dcd1c73fbe5d381408b786be0906ee391ecba3f1 /configure.ac | |
parent | 2bae8712f8f3414167025c1faf9f118fb313a409 (diff) | |
download | fetchmail-a1827fd914d489d3b7cf0fe32462124c15bdaae2.tar.gz fetchmail-a1827fd914d489d3b7cf0fe32462124c15bdaae2.tar.bz2 fetchmail-a1827fd914d489d3b7cf0fe32462124c15bdaae2.zip |
Bump version.
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 943eb3e4..7351001e 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.17],[fetchmail-users@lists.berlios.de]) +AC_INIT([fetchmail],[6.3.18-pre1],[fetchmail-users@lists.berlios.de]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |