Code

Modify version string to post-release version 0.17~git
authorAvuton Olrich <avuton@gmail.com>
Sat, 26 Dec 2009 01:43:26 +0000 (17:43 -0800)
committerAvuton Olrich <avuton@gmail.com>
Sat, 26 Dec 2009 01:43:26 +0000 (17:43 -0800)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 04be863cbb5097d0464e8eb447de0b36a0927247..c1c83425c69e0bed722324b372652a173d9ad8bd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+ncmpc 0.17 - not yet released
+
+
 ncmpc 0.16 - (12/25/2009)
 * using libmpdclient 2.0 instead of built-in libmpdclient
 * require MPD 0.12
index b6df8409585bc5470f0413d38756ab12e72b23f5..3d17076bbaa3e01b9acfecf90dffba4a8fbf6e9b 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(ncmpc, 0.16, max@duempel.org)
+AC_INIT(ncmpc, 0.17~git, max@duempel.org)
 AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_AUX_DIR(build)
 AM_INIT_AUTOMAKE([foreign 1.10 dist-bzip2 subdir-objects])