diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-02-04 14:06:42 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-02-04 14:06:42 +0000 |
commit | 89f6f3192253c07ca2cc85cb27055faf54a9f266 (patch) | |
tree | be7d09fbb43b2e743f3f8ab3b7d504d0a05e8dee /configure.ac | |
parent | b85314917e832e70ef18bc6092bde08b916b8b6a (diff) | |
download | fetchmail-89f6f3192253c07ca2cc85cb27055faf54a9f266.tar.gz fetchmail-89f6f3192253c07ca2cc85cb27055faf54a9f266.tar.bz2 fetchmail-89f6f3192253c07ca2cc85cb27055faf54a9f266.zip |
Bump version for upcoming release.
svn path=/branches/BRANCH_6-3/; revision=5478
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 1aa5b081..42d1a3c3 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.13],[fetchmail-users@lists.berlios.de]) +AC_INIT([fetchmail],[6.3.14],[fetchmail-users@lists.berlios.de]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |