diff options
author | Max Kellermann <max@musicpd.org> | 2019-07-12 17:22:20 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-07-12 17:22:20 +0200 |
commit | 39b302dcad888dd38b282c761233d293bb6d4e5f (patch) | |
tree | 5f493485c329cf2e378019b7ef14048ebb4c3bf5 /meson.build | |
parent | f6125f0c354491c47c854cd061af211bd8716b09 (diff) |
increment version number to 0.21.12
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 b11e91cb8..dd4bef90d 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.21.11', + version: '0.21.12', meson_version: '>= 0.49.0', default_options: [ 'c_std=c99', |