diff --git a/NEWS.org b/NEWS.org index 192058b0..8c9a4704 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,7 +1,24 @@ #+STARTUP:showall - * NEWS (user visible changes) +** 0.9.16 + +*** Release + + 2015-01-20: Release from the 0.9.15 series + +*** Contributors: + + Adam Sampson, Ævar Arnfjörð Bjarmason, Bar Shirtcliff, + Charles-H. Schulz, Clément Pit--Claudel, Damien Cassou, Declan + Qian, Dima Kogan, Dirk-Jan C. Binnema, Foivos S. Zakkak, Hinrik + Örn Sigurðsson, Jeroen Tiebout, JJ Asghar, Jonas Bernoulli, Jun + Hao, Martin Yrjölä, Maximilian Matthé, Piotr Trojanek, prsarv, + Thierry Volpiatto, Titus von der Malsburg + + (and of course all people who reported issues, provided + suggestions etc.) + ** 0.9.15 - bump version to 0.9.15. From now on, odd minor version numbers diff --git a/configure.ac b/configure.ac index 236a0294..fe627e3a 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.15],[https://github.com/djcb/mu/issues],[mu]) +AC_INIT([mu],[0.9.16],[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