From d990c74958d95089450750008dff8c102e6992c3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 11 Apr 2013 10:05:51 +0200 Subject: [PATCH] release 0.21 --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index a94f9bb..c12ade8 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -ncmpc 0.21 - 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 * fix crash on search screen when disconnected diff --git a/configure.ac b/configure.ac index d1443f0..37b126b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ncmpc, 0.21~git, max@duempel.org) +AC_INIT(ncmpc, 0.21, max@duempel.org) VERSION_MAJOR=0 VERSION_MINOR=21 -- 2.30.2