summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-03-18 09:11:16 +0100
committerMax Kellermann <max@musicpd.org>2019-03-18 09:11:16 +0100
commitb63c1a21447e5ef4eaf602c0129f5e11d555ea3c (patch)
tree0e774e6dd1bd87d88b7a5c81795f0ae53cc48a2c
parent808dd7cc54710285ac8dc58b3abebaab71feb269 (diff)
increment version number to 0.21.7
-rw-r--r--NEWS2
-rw-r--r--doc/conf.py2
-rw-r--r--meson.build2
3 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f59539972..191af38a0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+ver 0.21.7 (not yet released)
+
ver 0.21.6 (2019/03/17)
* protocol
- allow loading playlists specified as absolute filesystem paths
diff --git a/doc/conf.py b/doc/conf.py
index 1d486ae48..426eb731b 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -38,7 +38,7 @@ author = 'Max Kellermann'
# built documents.
#
# The short X.Y version.
-version = '0.21.6'
+version = '0.21.7'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/meson.build b/meson.build
index 723b72295..d57928479 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'mpd',
['c', 'cpp'],
- version: '0.21.6',
+ version: '0.21.7',
meson_version: '>= 0.47.2',
default_options: [
'c_std=c99',