From bca3111d9a04c118630bb9566372c7e27a4bb206 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 7 Nov 2013 23:08:41 +0100 Subject: [PATCH] configure.ac: prepare for 0.22 --- NEWS | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c12ade8..f386c5b 100644 --- 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 diff --git a/configure.ac b/configure.ac index 37b126b..5bccb15 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.11.4.GIT