diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-09-25 17:59:04 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-09-25 18:01:57 +0200 |
commit | 9a776ba0b99049b0d121a9e2f3631805d63523e5 (patch) | |
tree | 0885827c26b1421c8d7ad973db6c6328251c7356 | |
parent | 47409e54e2667882164e12f5b8c113beae335116 (diff) | |
download | fetchmail-9a776ba0b99049b0d121a9e2f3631805d63523e5.tar.gz fetchmail-9a776ba0b99049b0d121a9e2f3631805d63523e5.tar.bz2 fetchmail-9a776ba0b99049b0d121a9e2f3631805d63523e5.zip |
Bump version to -pre2.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7351001e..c768244f 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.18-pre1],[fetchmail-users@lists.berlios.de]) +AC_INIT([fetchmail],[6.3.18-pre2],[fetchmail-users@lists.berlios.de]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |