Code

configure.ac: prepare for 0.22
authorMax Kellermann <max@duempel.org>
Thu, 7 Nov 2013 22:08:41 +0000 (23:08 +0100)
committerMax Kellermann <max@duempel.org>
Thu, 7 Nov 2013 22:08:41 +0000 (23:08 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index c12ade88db70896165745e06fc50f6a4435a6711..f386c5b79719c4611e76569c9d6707648e2ba587 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+ncmpc 0.22 - not yet released
+
+
 ncmpc 0.21 - (2013-04-11)
 * add a chat screen for communication with other clients on the same server
 * song format: evaluate literal strings as true
index 37b126bca6dc10971a4f7d9993a836e1eb1d0f56..5bccb152c961ffb60a63b9a25a5ec2b63db5e1da 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(ncmpc, 0.21, max@duempel.org)
+AC_INIT(ncmpc, 0.22~git, max@duempel.org)
 
 VERSION_MAJOR=0
 VERSION_MINOR=21