From ac446d2df54e83239af1f5b23bcb3452d47e5240 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Fri, 9 Jan 2009 05:06:59 -0800 Subject: [PATCH] ncmpc version 0.13 --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]) -- 2.30.2