From c021e093509ab7b306004dc0b98843be9fad51e6 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Sun, 20 Dec 2020 19:59:43 +0100 Subject: [PATCH] Release 0.9 --- CHANGELOG.md | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cab6731d..6a624c9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# ncmpcpp-0.9 (2020-12-??) +# ncmpcpp-0.9 (2020-12-20) * Fix various Mopidy specific bugs. * Add `run_external_console_command` action for running terminal applications. * Pass lyrics filename in single quotes to shell. diff --git a/configure.ac b/configure.ac index 934811a6..bba3ec03 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([ncmpcpp], [0.9_dev]) +AC_INIT([ncmpcpp], [0.9]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE([subdir-objects])