Code

Modify version string to post-release version 0.21~git
authorAvuton Olrich <avuton@gmail.com>
Sun, 5 Feb 2012 19:25:25 +0000 (11:25 -0800)
committerAvuton Olrich <avuton@gmail.com>
Sun, 5 Feb 2012 19:25:25 +0000 (11:25 -0800)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index e5498974401b8347d112d3a17fad5f500009b1f8..0af6a1bfc8d9428d77bd8e64187a73891ccb9bc3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+ncmpc 0.21 - not yet released
+
+
 ncmpc 0.20 - (02/05/2012)
 * increase connection timeout to 5 seconds
 * screen_queue: follow songs when they are moved out of the visible
index a1ea65a342c34500f9296730a3a83c3b87e1d9ab..603829c770a8bda9f9fb552e6cf60c9dc4818f1f 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(ncmpc, 0.20, max@duempel.org)
+AC_INIT(ncmpc, 0.21~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])