From 3e6d992b938de9ba3019302027bd64dbcab6f8c6 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Thu, 24 Oct 2024 14:28:08 +0200 Subject: [PATCH] Release 0.10.1 (#617) --- CHANGELOG.md | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df4f4b59..1d5f7563 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# ncmpcpp-0.10.1 (2024-??-??) +# ncmpcpp-0.10.1 (2024-10-24) * Fix compilation with `libc++`. * Remove `autogen.sh` in favour of `autoreconf`. * Do not crash when trying to reverse an empty playlist. diff --git a/configure.ac b/configure.ac index 86936fd4..fbc8805d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([ncmpcpp],[0.10.1_dev]) +AC_INIT([ncmpcpp],[0.10.1]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE([subdir-objects])