Commit 455b61a1 455b61a1d1962da80918dca4269f4bc5611e4a32 by Sergey Poznyakoff

Raised version number to 0.5

1 parent 0fcabfe4
1 GNU mailutils NEWS -- history of user-visible changes. 2004-06-09 1 GNU mailutils NEWS -- history of user-visible changes. 2004-06-26
2 Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. 2 Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
3 See the end of file for copying conditions. 3 See the end of file for copying conditions.
4 4
5 Please send mailutils bug reports to <bug-mailutils@gnu.org>. 5 Please send mailutils bug reports to <bug-mailutils@gnu.org>.
6 6
7 Version 0.4.90: 7 Version 0.5:
8 8
9 * New features: 9 * New features:
10 10
......
...@@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License ...@@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License
16 dnl along with GNU Mailutils; if not, write to the Free Software 16 dnl along with GNU Mailutils; if not, write to the Free Software
17 dnl Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 dnl Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 18
19 AC_INIT([GNU Mailutils], [0.4.90], [bug-mailutils@gnu.org], [mailutils]) 19 AC_INIT([GNU Mailutils], [0.5], [bug-mailutils@gnu.org], [mailutils])
20 AC_CONFIG_SRCDIR([mailbox/mailbox.c]) 20 AC_CONFIG_SRCDIR([mailbox/mailbox.c])
21 AC_CONFIG_AUX_DIR([scripts]) 21 AC_CONFIG_AUX_DIR([scripts])
22 AC_CANONICAL_TARGET([]) 22 AC_CANONICAL_TARGET([])
......