Release 0.10.1 (#617)

This commit is contained in:
Andrzej Rybczak
2024-10-24 14:28:08 +02:00
committed by GitHub
parent 4fdafc5320
commit 3e6d992b93
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# ncmpcpp-0.10.1 (2024-??-??) # ncmpcpp-0.10.1 (2024-10-24)
* Fix compilation with `libc++`. * Fix compilation with `libc++`.
* Remove `autogen.sh` in favour of `autoreconf`. * Remove `autogen.sh` in favour of `autoreconf`.
* Do not crash when trying to reverse an empty playlist. * Do not crash when trying to reverse an empty playlist.

View File

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