summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-11-19 09:58:05 +0100
committerMax Kellermann <max@musicpd.org>2018-11-19 09:58:05 +0100
commit4fb4f6d1b7ad8d77aedd3a81c9b72fb0accb592e (patch)
tree0def186d13c5c3b7f8eb0b8bd27df01865c132e7 /meson.build
parent43df4a7500daa50802b2e5fd0f33a798fa4aec36 (diff)
increment version number to 0.21.4
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 8baa0c3ae..b232ed66e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'mpd',
['c', 'cpp'],
- version: '0.21.3',
+ version: '0.21.4',
meson_version: '>= 0.47.2',
default_options: [
'c_std=c99',