diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2019-06-22 10:37:10 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2019-08-05 13:08:43 +0200 |
commit | c58fae843fbcbd3c1040a7fbc2196fbc758cc186 (patch) | |
tree | f49c73f467dc7143c241b82013e0c6797ecec2c7 /configure.ac | |
parent | 53f7f27693dc5b3ac606a1ca3a7225467e15e162 (diff) | |
download | fetchmail-c58fae843fbcbd3c1040a7fbc2196fbc758cc186.tar.gz fetchmail-c58fae843fbcbd3c1040a7fbc2196fbc758cc186.tar.bz2 fetchmail-c58fae843fbcbd3c1040a7fbc2196fbc758cc186.zip |
Bump copyrights, and bump version to beta6.
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 b39c70b3..f492df26 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.4.0.beta5],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.0.beta6],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |