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)