From 8155d29da89182c67a5a230e65ab78e818111458 Mon Sep 17 00:00:00 2001 From: djcb Date: Sun, 24 Jan 2016 12:30:37 +0200 Subject: [PATCH] Start 0.9.17 development series Start development on the 0.9.17 series, leading to the 0.9.18 release at some point. --- NEWS.org | 6 +++++- configure.ac | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS.org b/NEWS.org index 8c9a4704..b5926862 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,11 +1,15 @@ #+STARTUP:showall * NEWS (user visible changes) +** 0.9.17 + + - Start of the new development series + ** 0.9.16 *** Release - 2015-01-20: Release from the 0.9.15 series + 2016-01-20: Release from the 0.9.15 series *** Contributors: diff --git a/configure.ac b/configure.ac index fe627e3a..609ffa88 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.16],[https://github.com/djcb/mu/issues],[mu]) +AC_INIT([mu],[0.9.17],[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