summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-06-11 09:29:05 +0200
committerMax Kellermann <max@musicpd.org>2019-06-11 09:29:05 +0200
commit09884e608b4b2f8a919c4c5b3d8ae2ef437b6ebf (patch)
tree30280d24c8fc2375f77296334f1d54d6283fbcea /meson.build
parente239009295dcdffd2cd8ec08c69e0e889f5e0b6d (diff)
increment version number to 0.21.11
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 833e8fbc6..9577c7375 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'mpd',
['c', 'cpp'],
- version: '0.21.10',
+ version: '0.21.11',
meson_version: '>= 0.49.0',
default_options: [
'c_std=c99',