Raise message number to 1.1
Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -5,7 +5,7 @@ See the end of file for copying conditions. | ... | @@ -5,7 +5,7 @@ See the end of file for copying conditions. |
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 | 7 | ||
8 | Version 1.0.1: | 8 | Version 1.1: |
9 | 9 | ||
10 | * mail: Implement ^ and $ commands | 10 | * mail: Implement ^ and $ commands |
11 | 11 | ... | ... |
... | @@ -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, write to the Free Software Foundation, | 17 | dnl with GNU Mailutils; if not, write to the Free Software Foundation, |
18 | dnl Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 18 | dnl Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
19 | 19 | ||
20 | AC_INIT([GNU Mailutils], [1.0.1], [bug-mailutils@gnu.org], [mailutils]) | 20 | AC_INIT([GNU Mailutils], [1.1], [bug-mailutils@gnu.org], [mailutils]) |
21 | AC_CONFIG_SRCDIR([mailbox/mailbox.c]) | 21 | AC_CONFIG_SRCDIR([mailbox/mailbox.c]) |
22 | AC_CONFIG_AUX_DIR([scripts]) | 22 | AC_CONFIG_AUX_DIR([scripts]) |
23 | AC_CANONICAL_TARGET([]) | 23 | AC_CANONICAL_TARGET([]) | ... | ... |
-
Please register or sign in to post a comment