diff options
author | Max Kellermann <max@musicpd.org> | 2019-08-22 11:40:17 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-08-22 11:40:17 +0200 |
commit | e70f40fac1f743d0a7df7544a348fb2e24c3a541 (patch) | |
tree | e2e9655d0129d1cfc0aa67d36349d0c7c0e29161 /meson.build | |
parent | bc89ca92b402a0e1fae29c0450298b7e6634f75b (diff) |
increment version number to 0.21.15
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 842c074f3..602bf23f6 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.21.14', + version: '0.21.15', meson_version: '>= 0.49.0', default_options: [ 'c_std=c99', |