summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-02-22 15:28:03 +0100
committerMax Kellermann <max@musicpd.org>2019-02-22 15:28:03 +0100
commitf255a485b745cb84ce4a735d6126f4360216aa2d (patch)
tree1aca59fcde545a6b3aefca5d019cc5acd8819deb /meson.build
parent1930d5774d2944bda1c6315c7fe7358efb70a440 (diff)
increment version number to 0.21.6
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 69a093e76..8e092a4c6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'mpd',
['c', 'cpp'],
- version: '0.21.5',
+ version: '0.21.6',
meson_version: '>= 0.47.2',
default_options: [
'c_std=c99',