From 021627eba371da010df2305daec205c8dbbe4c84 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Tue, 21 Apr 2009 07:47:14 -0700 Subject: [PATCH] ncmpc version 0.14 --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]) -- 2.30.2