diff options
author | Max Kellermann <max@musicpd.org> | 2020-09-23 15:26:26 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-09-23 15:26:51 +0200 |
commit | 56fa7368e8ec4026fd2157b75aa3ba6fbc0889cd (patch) | |
tree | e6cebe13f4f19792fdf84268606eba77049f1e7a /meson.build | |
parent | e9df4116fd3ea01739e6257b7a29adc7018b8c6c (diff) |
release v0.22v0.22
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 8fa9dd4b3..f0497065f 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.22~git', + version: '0.22', meson_version: '>= 0.49.0', default_options: [ 'c_std=c99', |