summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2021-05-22 17:31:52 +0200
committerMax Kellermann <max@musicpd.org>2021-05-22 17:32:00 +0200
commitf2e452970741a47bc130ede0a96313b26f9df856 (patch)
treeeb2ec499a7052110b1a52aba5214ea59298f12bf /meson.build
parent3547fc7e61a1339680fca81efda562a28c68c373 (diff)
increment version number to 0.22.8
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 14f67190a..9cf0c7ba3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'mpd',
['c', 'cpp'],
- version: '0.22.7',
+ version: '0.22.8',
meson_version: '>= 0.49.0',
default_options: [
'c_std=c11',