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)
* configuration
- add "include" directive, allows including config files
......
......@@ -38,9 +38,9 @@ author = 'Max Kellermann'
# built documents.
#
# The short X.Y version.
version = '0.21'
version = '0.21.1'
# The full version, including alpha/beta/rc tags.
release = '0.21~git'
release = version
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
project(
'mpd',
['c', 'cpp'],
version: '0.21',
version: '0.21.1',
meson_version: '>= 0.47',
default_options: [
'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