diff options
author | Max Kellermann <max@musicpd.org> | 2019-05-31 16:16:56 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-05-31 16:16:56 +0200 |
commit | 03507037e8b99021bf0e4157c0f0937e8c6bdfd1 (patch) | |
tree | 13a63792415715028927ac0295f7c368991cf316 /meson.build | |
parent | 66a8fac25e1bc5d05705bdfdcc5a11fb5a299a19 (diff) |
increment version number to 0.21.10
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 3a90aa8fb..833e8fbc6 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.21.9', + version: '0.21.10', meson_version: '>= 0.49.0', default_options: [ 'c_std=c99', |