Bump version to 0.10_dev

This commit is contained in:
Andrzej Rybczak
2021-01-24 17:11:27 +01:00
parent 2d96361862
commit 5dfbd3f23a
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
# ncmpcpp-0.10 (????-??-??)
# ncmpcpp-0.9.2 (2021-01-24) # ncmpcpp-0.9.2 (2021-01-24)
* Revert suppression of output of all external commands as that makes e.g album * Revert suppression of output of all external commands as that makes e.g album
art addons no longer work. art addons no longer work.

View File

@@ -1,4 +1,4 @@
AC_INIT([ncmpcpp], [0.9.2]) AC_INIT([ncmpcpp], [0.10_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])