Release 0.9

This commit is contained in:
Andrzej Rybczak
2020-12-20 19:59:43 +01:00
parent 98c930109a
commit c021e09350
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# ncmpcpp-0.9 (2020-12-??) # ncmpcpp-0.9 (2020-12-20)
* Fix various Mopidy specific bugs. * Fix various Mopidy specific bugs.
* Add `run_external_console_command` action for running terminal applications. * Add `run_external_console_command` action for running terminal applications.
* Pass lyrics filename in single quotes to shell. * Pass lyrics filename in single quotes to shell.

View File

@@ -1,4 +1,4 @@
AC_INIT([ncmpcpp], [0.9_dev]) AC_INIT([ncmpcpp], [0.9])
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])