Bump version to 0.9.9.13

This commit is contained in:
djcb
2015-09-22 19:00:41 +03:00
parent 518b160025
commit 403e2dbc2f
2 changed files with 7 additions and 7 deletions

View File

@ -2,14 +2,14 @@
* NEWS (user visible changes) * NEWS (user visible changes)
** 0.9.9.13 (unreleased) ** 0.9.9.13
*** contributors *** contributors
Attila, Charles-H.Schulz, David C Sterrat, Dirk-Jan C. Binnema, Attila, Daniele Pizzolli, Charles-H.Schulz, David C Sterrat,
Eike Kettner, Florian Lindner, Foivos S. Zakkak, Gour, KOMURA Dirk-Jan C. Binnema, Eike Kettner, Florian Lindner, Foivos
Takaaki, Pan Jie, Phil Hagelberg, thdox, Tiago Saboga, Titus von S. Zakkak, Gour, KOMURA Takaaki, Pan Jie, Phil Hagelberg, thdox,
der Malsburg Tiago Saboga, Titus von der Malsburg
(and of course all people who reported issues, provided (and of course all people who reported issues, provided
suggestions etc.) suggestions etc.)

View File

@ -14,7 +14,7 @@
## along with this program; if not, write to the Free Software Foundation, ## along with this program; if not, write to the Free Software Foundation,
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
AC_INIT([mu],[0.9.12],[https://github.com/djcb/mu/issues],[mu]) AC_INIT([mu],[0.9.13],[https://github.com/djcb/mu/issues],[mu])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([mu/mu.cc]) AC_CONFIG_SRCDIR([mu/mu.cc])
# libtoolize wants to put some stuff in here; if you have an old # libtoolize wants to put some stuff in here; if you have an old
@ -325,7 +325,7 @@ echo
if test "x$have_makeinfo" != "xyes"; then if test "x$have_makeinfo" != "xyes"; then
echo "* You do not seem to have the makeinfo program; if you are building from git" echo "* You do not seem to have the makeinfo program; if you are building from git"
echo " you need that to create documentation for guile and emacs. It is in the" echo " you need that to create documentation for guile and emacs. It is in the"
echo " texinfo package in debian/ubuntu (ie., apt-get install texinfo)" echo " texinfo package in debian/ubuntu/fedora/... "
echo echo
fi fi