From: Avuton Olrich Date: Sun, 5 Feb 2012 19:25:25 +0000 (-0800) Subject: Modify version string to post-release version 0.21~git X-Git-Tag: release-0.21~32 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c058ece20b60e2b99b85be6fd415eecef7a4da5f;p=ncmpc.git Modify version string to post-release version 0.21~git --- 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])