diff options
author | Max Kellermann <max@musicpd.org> | 2021-05-22 17:31:52 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2021-05-22 17:32:00 +0200 |
commit | f2e452970741a47bc130ede0a96313b26f9df856 (patch) | |
tree | eb2ec499a7052110b1a52aba5214ea59298f12bf /meson.build | |
parent | 3547fc7e61a1339680fca81efda562a28c68c373 (diff) |
increment version number to 0.22.8
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 14f67190a..9cf0c7ba3 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.22.7', + version: '0.22.8', meson_version: '>= 0.49.0', default_options: [ 'c_std=c11', |