summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-10-07 12:24:01 +0200
committerMax Kellermann <max@musicpd.org>2019-10-07 12:24:25 +0200
commitb9b906ab208cf0243b3be3f61af279cd4c9d0483 (patch)
treead099836352141d6bcdda4a4c5e2d3b444fdd674 /meson.build
parent964804a4c2cdd65f2bf08b3bfde063e0c126fd4c (diff)
increment version number to 0.21.16
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 602bf23f6..df45a688b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'mpd',
['c', 'cpp'],
- version: '0.21.15',
+ version: '0.21.16',
meson_version: '>= 0.49.0',
default_options: [
'c_std=c99',