@ -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
@ -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)