diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2019-09-27 19:19:24 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2019-09-27 19:25:11 +0200 |
commit | 67868e1e814a3f54ce705dfe97a43f88db89587c (patch) | |
tree | 4d3a47b0310048ea0402fb9202d98bb50432e4e8 /configure.ac | |
parent | b2f24e95ba3103f8002578f4c2607d5744b6007c (diff) | |
download | fetchmail-67868e1e814a3f54ce705dfe97a43f88db89587c.tar.gz fetchmail-67868e1e814a3f54ce705dfe97a43f88db89587c.tar.bz2 fetchmail-67868e1e814a3f54ce705dfe97a43f88db89587c.zip |
Prepare for 6.4.0 release.
This entails recording new line numbers in po/*.po files.
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 126661ba..c7233105 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.rc4],[fetchmail-users@lists.sourceforge.net]) +AC_INIT([fetchmail],[6.4.0],[fetchmail-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) |