diff options
author | Max Kellermann <max@musicpd.org> | 2020-01-25 20:06:58 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-01-25 20:06:58 +0100 |
commit | f6f30d6d64946eda043bce2c7025ef8c5074444f (patch) | |
tree | 14ed7bde2aa557394cb4f169e81bd57914a0df18 /meson.build | |
parent | 4013fa15b9dd43b6711e0f5493e2c55c8b6caa2b (diff) |
increment version number to 0.21.20
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 4acd0db64..49bb534c9 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.21.19', + version: '0.21.20', meson_version: '>= 0.49.0', default_options: [ 'c_std=c99', |