increment version number to 0.24.1

This commit is contained in:
Max Kellermann
2025-03-11 11:24:43 +01:00
parent 1caeb9b418
commit a19b6919e0
2 changed files with 3 additions and 1 deletions

2
NEWS
View File

@@ -1,3 +1,5 @@
ver 0.24.1 (not yet released)
ver 0.24 (2025/03/11)
* protocol
- new command "searchcount" (case-insensitive "count")

View File

@@ -1,7 +1,7 @@
project(
'mpd',
['c', 'cpp'],
version: '0.24',
version: '0.24.1',
meson_version: '>= 1.0',
default_options: [
'c_std=c11',