summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-03-18 09:11:16 +0100
committerMax Kellermann <max@musicpd.org>2019-03-18 09:11:16 +0100
commitb63c1a21447e5ef4eaf602c0129f5e11d555ea3c (patch)
tree0e774e6dd1bd87d88b7a5c81795f0ae53cc48a2c /meson.build
parent808dd7cc54710285ac8dc58b3abebaab71feb269 (diff)
increment version number to 0.21.7
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 723b72295..d57928479 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'mpd',
['c', 'cpp'],
- version: '0.21.6',
+ version: '0.21.7',
meson_version: '>= 0.47.2',
default_options: [
'c_std=c99',