diff options
author | Max Kellermann <max@musicpd.org> | 2020-10-27 18:34:39 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-10-27 18:34:39 +0100 |
commit | 945ed2610a0ae2b68288cf4f7b7a6cd4c1903bb5 (patch) | |
tree | 960dd42ffe4ec1832becdc4837c7abd5600ff3e4 /meson.build | |
parent | d7fcaf33b9fe603e48e44cc10d039b55fb734fb2 (diff) |
increment version number to 0.22.2
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 fe37628a1..ecf2fe0e7 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.22.1', + version: '0.22.2', meson_version: '>= 0.49.0', default_options: [ 'c_std=c99', |