summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-11-04 19:47:04 +0100
committerMax Kellermann <max@musicpd.org>2018-11-04 19:47:04 +0100
commitb14a5141a6e34e316db9119629487df0ed38eb86 (patch)
treed7aff0e9ffe8d09235a4d9e20044995c8ea4d66c /meson.build
parentaa0e4500c687b5e60a7250afa4a20859b37b0123 (diff)
increment version number to 0.21.2
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 317284c00..f5457a1f2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'mpd',
['c', 'cpp'],
- version: '0.21.1',
+ version: '0.21.2',
meson_version: '>= 0.47.2',
default_options: [
'c_std=c99',