Bump version to 0.9.2

master
Andrzej Rybczak 5 years ago
parent 541b8d7aab
commit 38a3084487
  1. 2
      CHANGELOG.md
  2. 2
      configure.ac

@ -1,4 +1,4 @@
# ncmpcpp-0.9.2 (????-??-??)
# ncmpcpp-0.9.2 (2020-01-24)
* Revert suppression of output of all external commands as that makes e.g album
art addons no longer work.
* Gracefully handle failures when asking for a password.

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

Loading…
Cancel
Save