Commit b8989faf authored by Max Kellermann's avatar Max Kellermann

increment version number to 0.21.1

parent 795789e7
ver 0.21.1 (not yet released)
ver 0.21 (2018/10/31) ver 0.21 (2018/10/31)
* configuration * configuration
- add "include" directive, allows including config files - add "include" directive, allows including config files
......
...@@ -38,9 +38,9 @@ author = 'Max Kellermann' ...@@ -38,9 +38,9 @@ author = 'Max Kellermann'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.21' version = '0.21.1'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.21~git' release = version
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
......
project( project(
'mpd', 'mpd',
['c', 'cpp'], ['c', 'cpp'],
version: '0.21', version: '0.21.1',
meson_version: '>= 0.47', meson_version: '>= 0.47',
default_options: [ default_options: [
'c_std=c99', 'c_std=c99',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment