Change version to 0.8.1_dev

This commit is contained in:
Andrzej Rybczak
2017-08-31 09:14:44 +02:00
parent 4f72330bb8
commit d14426ffd1
2 changed files with 4 additions and 1 deletions

3
NEWS
View File

@@ -1,3 +1,6 @@
ncmpcpp-0.8.1 (????-??-??)
* Setting 'colors_enabled' to 'no' no longer results in a crash.
ncmpcpp-0.8 (2017-05-21) ncmpcpp-0.8 (2017-05-21)
* Configuration variable 'execute_on_player_state_change' was added. * 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 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).

View File

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