diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2011-04-11 14:15:31 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2011-04-11 14:16:06 +0200 |
commit | 5d1210da5dfd2f5a30980728e14c126758f2fd81 (patch) | |
tree | 2de9d7fb2d48e2cc391c707d540b51500b8cddef /configure.ac | |
parent | c22a3afca46c83ee6d53a6ee58deb122f309c460 (diff) | |
download | fetchmail-5d1210da5dfd2f5a30980728e14c126758f2fd81.tar.gz fetchmail-5d1210da5dfd2f5a30980728e14c126758f2fd81.tar.bz2 fetchmail-5d1210da5dfd2f5a30980728e14c126758f2fd81.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 d95784f7..ae1db50b 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.19],[fetchmail-users@lists.berlios.de]) +AC_INIT([fetchmail],[6.3.20-pre1],[fetchmail-users@lists.berlios.de]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |