Code

Modify version string to post-release version 0.20~git
authorAvuton Olrich <avuton@gmail.com>
Sun, 24 Jul 2011 01:15:52 +0000 (18:15 -0700)
committerAvuton Olrich <avuton@gmail.com>
Sun, 24 Jul 2011 01:15:52 +0000 (18:15 -0700)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index d9067eced34e9ce8899fb62835bac0b160a65059..939688cea8336c9faa5f8b172a35361083d02f9e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+ncmpc 0.20 - not yet released
+
+
 ncmpc 0.19 - (07/23/2011)
 * require libmpdclient 2.2
 * show real server address in status message
index 69d42b1841c7285c694f08168c98a8e0a3563075..84a922996ad82d3a3d3420f2bd281ae4d2967286 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(ncmpc, 0.19, max@duempel.org)
+AC_INIT(ncmpc, 0.20~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])