diff options
author | Max Kellermann <max@musicpd.org> | 2019-12-24 16:41:13 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-12-24 16:41:13 +0100 |
commit | 32a17a997a72fbd08b3f0cc5210ee4ce24a195c6 (patch) | |
tree | a254b52a7cca50ffe4d2ad4d1d633eb952fc2984 /meson.build | |
parent | bf41d1ad2bed5cb0b7b64b0cf4f87688da43d62c (diff) |
increment version number to 0.21.19
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 597989b0a..b6da75056 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.21.18', + version: '0.21.19', meson_version: '>= 0.49.0', default_options: [ 'c_std=c99', |