diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2013-04-23 22:51:25 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2013-04-23 22:51:25 +0200 |
commit | bbf9875e6418f9b9607200100928b5574a966eb2 (patch) | |
tree | 39ae606e0a7039f027f1a65259c06472ac20b32c /configure.ac | |
parent | 67309fa53035304ad104723d4eb9d71142c20277 (diff) | |
download | fetchmail-bbf9875e6418f9b9607200100928b5574a966eb2.tar.gz fetchmail-bbf9875e6418f9b9607200100928b5574a966eb2.tar.bz2 fetchmail-bbf9875e6418f9b9607200100928b5574a966eb2.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 ebb4db56..5efd8d1a 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.25],[fetchmail-users@lists.berlios.de]) +AC_INIT([fetchmail],[6.3.26],[fetchmail-users@lists.berlios.de]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |