increment version number to 0.21.1

This commit is contained in:
Max Kellermann 2018-11-01 17:23:47 +01:00
parent 795789e79d
commit b8989fafeb
3 changed files with 5 additions and 3 deletions

2
NEWS
View File

@ -1,3 +1,5 @@
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

View File

@ -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.

View File

@ -1,7 +1,7 @@
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',