bump version to 1.5.1

Let's start development once again!
This commit is contained in:
Dirk-Jan C. Binnema 2020-05-25 15:11:11 +03:00
parent 118d9198f6
commit 7e530f265f
2 changed files with 8 additions and 1 deletions

7
README
View File

@ -1,5 +1,12 @@
Welcome to mu & mu4e!
*Note*: you are looking at the *development* branch, which is where new code is being developed and
tested, and which may occasionally break.
Distribution and non-adventurous users are instead recommended to use the [1.4.x Release
Branch](https://github.com/djcb/mu/tree/release/1.4.x) or to pick up one of the [1.4.x
releases](https://github.com/djcb/mu/releases).
Given the enormous amounts of e-mail many people gather and the importance of e-mail message in our
work-flows, it's essential to quickly deal with all that mail - in particular, to instantly find
that one important e-mail you need right now, and quickly file away message for later use.

View File

@ -15,7 +15,7 @@
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
AC_PREREQ([2.68])
AC_INIT([mu],[1.4.7],[https://github.com/djcb/mu/issues],[mu])
AC_INIT([mu],[1.5.1],[https://github.com/djcb/mu/issues],[mu])
AC_COPYRIGHT([Copyright (C) 2008-2020 Dirk-Jan C. Binnema])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([mu/mu.cc])