Code

Modify version string to post-release version 0.16~git
authorAvuton Olrich <avuton@gmail.com>
Thu, 24 Sep 2009 14:06:00 +0000 (07:06 -0700)
committerAvuton Olrich <avuton@gmail.com>
Thu, 24 Sep 2009 14:06:00 +0000 (07:06 -0700)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 0be7af64b79cd026c7d540166f36c95e782ef9b6..178c143d5eae3c88f9c04ba26f02d5a114f0dea5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+ncmpc 0.16 - not yet released
+
+
 ncmpc 0.15 - 2009-09-24
 * added the "lyrics-autosave" option
 * added CMD_SELECT_PLAYING
index f58e270955d71dd9992b824d5e44ea27759a0935..8ee474a324d066b2fb3fa8a6340c81dc3bef85de 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(ncmpc, 0.15, max@duempel.org)
+AC_INIT(ncmpc, 0.16~git, max@duempel.org)
 AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_AUX_DIR(build)
 AM_INIT_AUTOMAKE([foreign 1.9 dist-bzip2])