diff options
author | Max Kellermann <max@musicpd.org> | 2019-05-03 20:15:33 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-05-03 20:15:33 +0200 |
commit | 478cedcadf4b45c325d9ed54481a13f13023c0b5 (patch) | |
tree | 0cc04fb8ee210c54a9ff847056bc7a4afd9b7b01 /meson.build | |
parent | cabcbb059d2a8144009e9421012ff8e9be2800af (diff) |
increment version number to 0.21.9
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 40fe2e182..3a90aa8fb 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.21.8', + version: '0.21.9', meson_version: '>= 0.49.0', default_options: [ 'c_std=c99', |