summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-03-07 19:10:17 +0100
committerMax Kellermann <max@musicpd.org>2019-03-07 19:10:17 +0100
commitf300ea62dc5934c9b36bdaeebf10324dd9edbff0 (patch)
treea0275551a4ef7410fa8e5acdbb54c88fda81f8e9 /doc/conf.py
parentc5df879cf97b24caac1d34272066ae46caa98df9 (diff)
meson.build: increment version number to 0.22
Time to create a new unstable branch; stable development will now continue in the branch v0.21.x
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 1d486ae48..6a4d89c1d 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -30,7 +30,7 @@ master_doc = 'index'
# General information about the project.
project = 'Music Player Daemon'
-copyright = '2003-2018 The Music Player Daemon Project'
+copyright = '2003-2019 The Music Player Daemon Project'
author = 'Max Kellermann'
# The version info for the project you're documenting, acts as replacement for
@@ -38,7 +38,7 @@ author = 'Max Kellermann'
# built documents.
#
# The short X.Y version.
-version = '0.21.6'
+version = '0.22'
# The full version, including alpha/beta/rc tags.
release = version