From: Avuton Olrich Date: Thu, 24 Sep 2009 14:05:59 +0000 (-0700) Subject: ncmpc version 0.15 X-Git-Tag: release-0.15 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fd6e47f14707ba07e317d075a1391c3a5f6c36e0;p=ncmpc.git ncmpc version 0.15 --- diff --git a/NEWS b/NEWS index a0f14f8..0be7af6 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -ncmpc 0.15 - not yet released +ncmpc 0.15 - 2009-09-24 * added the "lyrics-autosave" option * added CMD_SELECT_PLAYING * display song duration in the playlist diff --git a/configure.ac b/configure.ac index c2241d7..f58e270 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ncmpc, 0.15~git, max@duempel.org) +AC_INIT(ncmpc, 0.15, max@duempel.org) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_AUX_DIR(build) AM_INIT_AUTOMAKE([foreign 1.9 dist-bzip2])