Code

ncmpc version 0.14 release-0.14 v0.14
authorAvuton Olrich <avuton@gmail.com>
Tue, 21 Apr 2009 14:47:14 +0000 (07:47 -0700)
committerAvuton Olrich <avuton@gmail.com>
Tue, 21 Apr 2009 14:47:14 +0000 (07:47 -0700)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 5f4f163eab48db909cbfa86e2c6ef2e74e2dc5ed..c63e54d9d8521668467860b219bd4353ee8783e8 100644 (file)
--- 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.
index a7efe75224ff0d3102e3acea37565d921ec4e527..cf0a4af6279ccd6b1b2dd13be4318c921f58a704 100644 (file)
@@ -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])