update NEWS / version bump

This commit is contained in:
Andrzej Rybczak
2011-01-03 00:24:11 +01:00
parent 163e0d576d
commit e42c1c1729
2 changed files with 6 additions and 1 deletions

5
NEWS
View File

@@ -1,3 +1,8 @@
ncmpcpp-0.5.6
* settings: make displaying 'empty tag' entry optional
* bugfixes
ncmpcpp-0.5.5 ncmpcpp-0.5.5
* new feature: select album around cursor * new feature: select album around cursor

View File

@@ -1,7 +1,7 @@
AC_INIT(configure.in) AC_INIT(configure.in)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(ncmpcpp, 0.5.6_pre) AM_INIT_AUTOMAKE(ncmpcpp, 0.5.6)
AC_PREREQ(2.59) AC_PREREQ(2.59)