From: Avuton Olrich Date: Tue, 21 Apr 2009 14:47:14 +0000 (-0700) Subject: ncmpc version 0.14 X-Git-Tag: release-0.14 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=refs%2Ftags%2Frelease-0.14;p=ncmpc.git ncmpc version 0.14 --- diff --git a/NEWS b/NEWS index 5f4f163..c63e54d 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -ncmpc 0.14 - not yet released +ncmpc 0.14 - 2009-04-21 * bell on wrapped search (optionally) * added new "jump" ('.') command, which queries the user for a string and jumps to the entry which begins with that string while the user is typing. diff --git a/configure.ac b/configure.ac index a7efe75..cf0a4af 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ncmpc, 0.14~git, max@duempel.org) +AC_INIT(ncmpc, 0.14, max@duempel.org) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_AUX_DIR(build) AM_INIT_AUTOMAKE([foreign 1.9 dist-bzip2])