From 6039330c6983bbe7cd7b2f19f872c924cf310567 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Sun, 1 Apr 2012 18:49:09 +0200 Subject: [PATCH] update NEWS / 0.5.10 release --- NEWS | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 90d8c728..f0747dd0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +ncmpcpp-0.5.10 + +* fix compilation with gcc 4.7 +* fix building without curl support + ncmpcpp-0.5.9 * new feature: support for fetching lyrics for currently playing song in background diff --git a/configure.in b/configure.in index 15adfa20..bc59a51f 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.5.10_pre) +AM_INIT_AUTOMAKE(ncmpcpp, 0.5.10) AC_PREREQ(2.59)