From c058ece20b60e2b99b85be6fd415eecef7a4da5f Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Sun, 5 Feb 2012 11:25:25 -0800 Subject: [PATCH] Modify version string to post-release version 0.21~git --- NEWS | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e549897..0af6a1b 100644 --- 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 diff --git a/configure.ac b/configure.ac index a1ea65a..603829c 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.30.2