diff options
author | Max Kellermann <max@musicpd.org> | 2020-04-14 13:12:24 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-04-14 13:12:36 +0200 |
commit | c331c75fde9a15dd94e187356db4e4b460faa224 (patch) | |
tree | e56dd0dedf6ee7af8ed981581199d22cc388520d /meson.build | |
parent | 5ccfcffcc124e406233359fe8fe65b704b98b8c8 (diff) |
increment version number to 0.21.23
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 c0f859d78..800785b85 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.21.22', + version: '0.21.23', meson_version: '>= 0.49.0', default_options: [ 'c_std=c99', |