diff options
| author | djcb <djcb@djcbsoftware.nl> | 2016-01-20 20:19:35 +0200 |
|---|---|---|
| committer | djcb <djcb@djcbsoftware.nl> | 2016-01-20 20:19:35 +0200 |
| commit | 1c0bfe81a776b7f6e24f0ffe4ff3433f86de116c (patch) | |
| tree | de298c277b34a9fafa3f0e6f16c37d751931e796 | |
| parent | 413d0e1f498b2753dffdcf2b23960c9564b45909 (diff) | |
| -rw-r--r-- | NEWS.org | 19 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 19 insertions, 2 deletions
@@ -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 236a029..fe627e3 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 |
