From ef5c864d76352a34d6bc17452fb7d2c38eeb29e6 Mon Sep 17 00:00:00 2001 From: djcb Date: Wed, 21 Oct 2015 08:08:21 +0300 Subject: [PATCH] configure: bump version to 0.9.15 We'll use odd minor version numbers (.15) for development releases; this ultimately leads to the next stable 0.9.16. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d1edbcfc..236a0294 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ ## along with this program; if not, write to the Free Software Foundation, ## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -AC_INIT([mu],[0.9.13],[https://github.com/djcb/mu/issues],[mu]) +AC_INIT([mu],[0.9.15],[https://github.com/djcb/mu/issues],[mu]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([mu/mu.cc]) # libtoolize wants to put some stuff in here; if you have an old