Commit ab2982d8 ab2982d891ee8b788ec464dadedf8657c753735a by Sergey Poznyakoff

Version 2.99.93

1 parent a71c4b6b
...@@ -6,7 +6,7 @@ See the end of file for copying conditions. ...@@ -6,7 +6,7 @@ See the end of file for copying conditions.
6 Please send mailutils bug reports to <bug-mailutils@gnu.org>. 6 Please send mailutils bug reports to <bug-mailutils@gnu.org>.
7 7
8 8
9 Version 2.99.92 (Git) 9 Version 2.99.93 (Git)
10 10
11 This version is highly experimental. It features a rewrite from 11 This version is highly experimental. It features a rewrite from
12 scratch of the stream subsystem and other vital parts of the 12 scratch of the stream subsystem and other vital parts of the
......
...@@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU General Public License along ...@@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU General Public License along
17 dnl with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. 17 dnl with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
18 18
19 AC_PREREQ(2.63) 19 AC_PREREQ(2.63)
20 AC_INIT([GNU Mailutils], [2.99.92], [bug-mailutils@gnu.org], [mailutils]) 20 AC_INIT([GNU Mailutils], [2.99.93], [bug-mailutils@gnu.org], [mailutils])
21 AC_CONFIG_SRCDIR([libmailutils/mailbox/mailbox.c]) 21 AC_CONFIG_SRCDIR([libmailutils/mailbox/mailbox.c])
22 AC_CONFIG_AUX_DIR([build-aux]) 22 AC_CONFIG_AUX_DIR([build-aux])
23 AM_INIT_AUTOMAKE([gnits 1.11 dist-bzip2 dist-xz std-options silent-rules]) 23 AM_INIT_AUTOMAKE([gnits 1.11 dist-bzip2 dist-xz std-options silent-rules])
......