increment version number to 0.21.1
This commit is contained in:
parent
795789e79d
commit
b8989fafeb
2
NEWS
2
NEWS
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue