Commit 9ca82529 9ca8252964450495c04b06b6d46790d2c22e2d47 by Sergey Poznyakoff

Raise message number to 1.1

1 parent 3f0f6f89
......@@ -5,7 +5,7 @@ See the end of file for copying conditions.
Please send mailutils bug reports to <bug-mailutils@gnu.org>.
Version 1.0.1:
Version 1.1:
* mail: Implement ^ and $ commands
......
......@@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU General Public License along
dnl with GNU Mailutils; if not, write to the Free Software Foundation,
dnl Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
AC_INIT([GNU Mailutils], [1.0.1], [bug-mailutils@gnu.org], [mailutils])
AC_INIT([GNU Mailutils], [1.1], [bug-mailutils@gnu.org], [mailutils])
AC_CONFIG_SRCDIR([mailbox/mailbox.c])
AC_CONFIG_AUX_DIR([scripts])
AC_CANONICAL_TARGET([])
......