From: Avuton Olrich Date: Fri, 9 Jan 2009 13:06:59 +0000 (-0800) Subject: ncmpc version 0.13 X-Git-Tag: release-0.13 X-Git-Url: https://git.tokkee.org/?p=ncmpc.git;a=commitdiff_plain;h=ac446d2df54e83239af1f5b23bcb3452d47e5240 ncmpc version 0.13 --- diff --git a/NEWS b/NEWS index 398df80..88840f0 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -ncmpc 0.13 - not yet released +ncmpc 0.13 - 2009-01-09 * added output configuration screen, default hotkey F8 * new --disable-locale configure option * new --disable-multibyte configure option; this allows you to diff --git a/configure.ac b/configure.ac index 120ccaf..aedecef 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ncmpc, 0.13~git, max@duempel.org) +AC_INIT(ncmpc, 0.13, max@duempel.org) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_AUX_DIR(build) AM_INIT_AUTOMAKE([foreign 1.9 dist-bzip2])