diff options
| author | djcb <djcb@djcbsoftware.nl> | 2015-10-21 08:08:21 +0300 |
|---|---|---|
| committer | djcb <djcb@djcbsoftware.nl> | 2015-10-21 08:08:21 +0300 |
| commit | ef5c864d76352a34d6bc17452fb7d2c38eeb29e6 (patch) | |
| tree | 37875ae73a9155d562d7ec3a8de15bb006a46185 /configure.ac | |
| parent | 0678d31056d931456a361b5ec03c49e6266db5a8 (diff) | |
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.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d1edbcf..236a029 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 |
