diff options
author | Max Kellermann <max@musicpd.org> | 2019-08-05 13:05:54 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-08-05 13:05:54 +0200 |
commit | f44c67de0991d47765403e966dd43a0b0fe0aeef (patch) | |
tree | 7943564c3f2647ba31601d469e6ba1356fff2ad5 /meson.build | |
parent | ae19bda1f297727e47b867ca8394692682553958 (diff) |
increment version number to 0.21.13
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 6d35c5990..0f00d4bbb 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.21.12', + version: '0.21.13', meson_version: '>= 0.49.0', default_options: [ 'c_std=c99', |