summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-06-21 15:42:02 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-06-21 15:42:02 +0300
commit8a92bd208e5cf9f2a9f6b347051bf824b8c0995c (patch)
treefe724690c57f099977bbaeac3df83d7069b96c44
parentd571f64d71ee80ac19f3cc473cb47c1af0fb6cab (diff)
downloadmailutils-8a92bd208e5cf9f2a9f6b347051bf824b8c0995c.tar.gz
mailutils-8a92bd208e5cf9f2a9f6b347051bf824b8c0995c.tar.bz2
Version 3.7release-3.7
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 89c0a16b9..6928a7d48 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,13 @@
GNU mailutils NEWS -- history of user-visible changes. 2019-06-21
Copyright (C) 2002-2019 Free Software Foundation, Inc.
See the end of file for copying conditions.
Please send mailutils bug reports to <bug-mailutils@gnu.org>.
-Version 3.6.90 (git)
+Version 3.7 - 2019-06-21
* Support for the new mailbox format - dotmail
Dotmail is a replacement for traditional mbox format, proposed by
Kurt Hackenberg. A dotmail mailbox is a single disk file, where
messages are stored sequentially. Each message ends with a single
diff --git a/configure.ac b/configure.ac
index d49efad08..eb1436173 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,13 +13,13 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dnl GNU General Public License for more details.
dnl
dnl You should have received a copy of the GNU General Public License along
dnl with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.63)
-AC_INIT([GNU Mailutils], [3.6.90], [bug-mailutils@gnu.org], [mailutils],
+AC_INIT([GNU Mailutils], [3.7], [bug-mailutils@gnu.org], [mailutils],
[http://mailutils.org])
AC_CONFIG_SRCDIR([libmailutils/mailbox/mailbox.c])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([gnits 1.11 dist-bzip2 dist-xz std-options silent-rules])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])

Return to:

Send suggestions and report system problems to the System administrator.