diff options
author | Max Kellermann <max@musicpd.org> | 2018-11-04 19:47:04 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-11-04 19:47:04 +0100 |
commit | b14a5141a6e34e316db9119629487df0ed38eb86 (patch) | |
tree | d7aff0e9ffe8d09235a4d9e20044995c8ea4d66c /meson.build | |
parent | aa0e4500c687b5e60a7250afa4a20859b37b0123 (diff) |
increment version number to 0.21.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 317284c00..f5457a1f2 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.21.1', + version: '0.21.2', meson_version: '>= 0.47.2', default_options: [ 'c_std=c99', |