summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-01-04 19:31:07 +0100
committerMax Kellermann <max@musicpd.org>2019-01-04 19:31:07 +0100
commit1862a98a44d75d7b48f97612cd19483d2636f8de (patch)
tree2d3835b879774265abd9ea1eeefa2444fbd0c26c /meson.build
parent4634b94c83138031903908b6111e8fd15fed6803 (diff)
increment version number to 0.21.5
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 12e5d4cd7..69a093e76 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'mpd',
['c', 'cpp'],
- version: '0.21.4',
+ version: '0.21.5',
meson_version: '>= 0.47.2',
default_options: [
'c_std=c99',