diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | doc/conf.py | 4 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 5 insertions, 3 deletions
@@ -1,3 +1,5 @@ +ver 0.21.1 (not yet released) + ver 0.21 (2018/10/31) * configuration - add "include" directive, allows including config files diff --git a/doc/conf.py b/doc/conf.py index 5385ff150..8019b63bd 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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. diff --git a/meson.build b/meson.build index 0239f3316..dc4142b8f 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.21', + version: '0.21.1', meson_version: '>= 0.47', default_options: [ 'c_std=c99', |