From: Avuton Olrich Date: Sun, 5 Feb 2012 19:25:25 +0000 (-0800) Subject: ncmpc version 0.20 X-Git-Tag: v0.20 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;ds=sidebyside;h=refs%2Ftags%2Fv0.20;p=ncmpc.git ncmpc version 0.20 --- diff --git a/NEWS b/NEWS index e55bae9..e549897 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -ncmpc 0.20 - 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 range diff --git a/configure.ac b/configure.ac index 19b8ba1..a1ea65a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ncmpc, 0.20~git, max@duempel.org) +AC_INIT(ncmpc, 0.20, max@duempel.org) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_AUX_DIR(build) AM_INIT_AUTOMAKE([foreign 1.10 dist-bzip2 subdir-objects])