summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-05-03 20:15:33 +0200
committerMax Kellermann <max@musicpd.org>2019-05-03 20:15:33 +0200
commit478cedcadf4b45c325d9ed54481a13f13023c0b5 (patch)
tree0cc04fb8ee210c54a9ff847056bc7a4afd9b7b01 /meson.build
parentcabcbb059d2a8144009e9421012ff8e9be2800af (diff)
increment version number to 0.21.9
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 40fe2e182..3a90aa8fb 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'mpd',
['c', 'cpp'],
- version: '0.21.8',
+ version: '0.21.9',
meson_version: '>= 0.49.0',
default_options: [
'c_std=c99',