Commit 32cf4ed9 32cf4ed9babce7f8e3a0c199cba35aa6021862e1 by Sergey Poznyakoff

Version 3.2.92

1 parent c1f2442c
......@@ -5,7 +5,7 @@ See the end of file for copying conditions.
Please send mailutils bug reports to <bug-mailutils@gnu.org>.
Version 3.2.91 (Git)
Version 3.2.92 (Git)
* TLS configuration
......
......@@ -16,6 +16,7 @@ version.
- Texinfo <http://www.gnu.org/software/texinfo>
- Wget <http://www.gnu.org/software/wget/>
- Git <http://git.or.cz>
- Perl <https://www.perl.org>
* Bootstrapping
......
......@@ -16,7 +16,7 @@ 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.2.91], [bug-mailutils@gnu.org], [mailutils],
AC_INIT([GNU Mailutils], [3.2.92], [bug-mailutils@gnu.org], [mailutils],
[http://mailutils.org])
AC_CONFIG_SRCDIR([libmailutils/mailbox/mailbox.c])
AC_CONFIG_AUX_DIR([build-aux])
......