diff options
author | Max Kellermann <max@musicpd.org> | 2019-02-22 15:28:03 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-02-22 15:28:03 +0100 |
commit | f255a485b745cb84ce4a735d6126f4360216aa2d (patch) | |
tree | 1aca59fcde545a6b3aefca5d019cc5acd8819deb /meson.build | |
parent | 1930d5774d2944bda1c6315c7fe7358efb70a440 (diff) |
increment version number to 0.21.6
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 69a093e76..8e092a4c6 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.21.5', + version: '0.21.6', meson_version: '>= 0.47.2', default_options: [ 'c_std=c99', |