diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2007-02-18 19:02:51 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2007-02-18 19:02:51 +0000 |
commit | b865d5638b4aeb3f7f929fd775571e79efb9636c (patch) | |
tree | 0e5ca695ce239e7bbfbfb6b9baaa6233d000a445 /configure.ac | |
parent | 7c8ef00cb43252aee9597cfee153002178cde117 (diff) | |
download | fetchmail-b865d5638b4aeb3f7f929fd775571e79efb9636c.tar.gz fetchmail-b865d5638b4aeb3f7f929fd775571e79efb9636c.tar.bz2 fetchmail-b865d5638b4aeb3f7f929fd775571e79efb9636c.zip |
Bump version.
svn path=/branches/BRANCH_6-3/; revision=5040
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 1d3b73a5..9dec4db1 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ dnl Autoconfigure input file for fetchmail dnl Process this file with autoconf to produce a configure script. dnl -AC_INIT([fetchmail],[6.3.7],[fetchmail-users@lists.berlios.de]) +AC_INIT([fetchmail],[6.3.8-beta1],[fetchmail-users@lists.berlios.de]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |