From 6b3b0413ad9d80229a6f8d7c05a8b99aa42aff3c Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Thu, 2 Apr 2009 22:57:15 +0200 Subject: [PATCH] update NEWS / version bump --- NEWS | 10 ++++++++++ configure.in | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c8944de9..27b9c32e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +ncmpcpp-0.3.3 + ++ new feature: cyclic scrolling ++ support for single mode (requires >=mpd-0.15_alpha*) ++ support for consume mode (requires >=mpd-0.15_alpha*) ++ support for pdcurses library ++ support for WIN32 ++ improvements and bugfixes + + ncmpcpp-0.3.2 + new feature: locate currently playing song in browser diff --git a/configure.in b/configure.in index 411d09de..5cb64df4 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.3.3_pre) +AM_INIT_AUTOMAKE(ncmpcpp, 0.3.3) AC_PREREQ(2.59)