diff options
author | Max Kellermann <max@musicpd.org> | 2018-11-12 13:59:17 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-11-12 13:59:17 +0100 |
commit | 57e34823d845023477312faa0835580da84bec70 (patch) | |
tree | 03d58943719e7c35f52b67f562c5f13faec5223c /meson.build | |
parent | 3c93decdf0cb75bd5e84d40597758e2c289bb45c (diff) |
increment version number to 0.21.3
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 47f4b8b39..8baa0c3ae 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.21.2', + version: '0.21.3', meson_version: '>= 0.47.2', default_options: [ 'c_std=c99', |