From c031675f5604b7d2afeeb48e3bdfd5933eed5fee Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Sat, 3 Oct 2009 19:22:30 +0200 Subject: [PATCH] update NEWS / version bump --- NEWS | 9 +++++++++ configure.in | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 505a9701..5ed3c4e0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +ncmpcpp-0.4.1 + + + support for writing performer, composer and disc tags into ogg and flac files + + support for custom prefix/suffix of now playing song + + support for system charset encoding autodetection + + support for underlined text + + optimizations and bugfixes + + ncmpcpp-0.4 + new screen: music visualizer with sound wave/frequency spectrum modes diff --git a/configure.in b/configure.in index ae20d5f7..32b52da2 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_INIT(configure.in) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(ncmpcpp, 0.4.1_pre) +AM_INIT_AUTOMAKE(ncmpcpp, 0.4.1) AC_PREREQ(2.59)