Skip to content

Commit c2158fd

Browse files
committed
increment version number to 2.28
1 parent d783a76 commit c2158fd

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
libmpdclient 2.28 (not yet released)
2+
13
libmpdclient 2.27 (2026/08/09)
24
* refuse to send newline and carriage return characters
35
* use strncmp() instead of memcmp() to avoid over-read

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('libmpdclient', 'c', version: '2.27',
1+
project('libmpdclient', 'c', version: '2.28',
22
meson_version: '>= 0.56.0',
33
default_options: [
44
'c_std=c11',

0 commit comments

Comments
 (0)