Change version to 0.8

This commit is contained in:
Andrzej Rybczak
2017-05-21 15:39:37 +02:00
parent 0c88287c03
commit 2362770b66
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@@ -1,4 +1,4 @@
ncmpcpp-0.8 (????-??-??)
ncmpcpp-0.8 (2017-05-21)
* Configuration variable 'execute_on_player_state_change' was added.
* Support for controlling whether ncmpcpp should display multiple tags as-is or make an effort to hide duplicate values (show_duplicate_tags configuration variable, enabled by default).
* Support for filtering of lists was brought back from the dead.

View File

@@ -1,4 +1,4 @@
AC_INIT([ncmpcpp], [0.8_dev])
AC_INIT([ncmpcpp], [0.8])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE([subdir-objects])