diff options
author | Max Kellermann <max@musicpd.org> | 2019-12-18 16:49:04 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-12-18 16:49:04 +0100 |
commit | a8661b593132e3a0febb191072834bee39f5b14f (patch) | |
tree | 92fd87d8451beac2ad9433dddec4b3f3c50f0a39 /meson.build | |
parent | 5680a3a4b71661179b81e6434928d919d186c785 (diff) |
increment version number to 0.21.18
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 93952164d..597989b0a 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.21.17', + version: '0.21.18', meson_version: '>= 0.49.0', default_options: [ 'c_std=c99', |