summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-05-31 16:16:56 +0200
committerMax Kellermann <max@musicpd.org>2019-05-31 16:16:56 +0200
commit03507037e8b99021bf0e4157c0f0937e8c6bdfd1 (patch)
tree13a63792415715028927ac0295f7c368991cf316
parent66a8fac25e1bc5d05705bdfdcc5a11fb5a299a19 (diff)
increment version number to 0.21.10
-rw-r--r--NEWS2
-rw-r--r--android/AndroidManifest.xml4
-rw-r--r--doc/conf.py2
-rw-r--r--meson.build2
4 files changed, 6 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 3f74b5dcf..a15642e22 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+ver 0.21.10 (not yet released)
+
ver 0.21.9 (2019/05/20)
* input
- buffer: fix deadlock bug
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 3bbb517e3..b36738e24 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.musicpd"
android:installLocation="auto"
- android:versionCode="32"
- android:versionName="0.21.9">
+ android:versionCode="33"
+ android:versionName="0.21.10">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="26"/>
diff --git a/doc/conf.py b/doc/conf.py
index d7ec62db9..82e89a4d9 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.9'
+version = '0.21.10'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/meson.build b/meson.build
index 3a90aa8fb..833e8fbc6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'mpd',
['c', 'cpp'],
- version: '0.21.9',
+ version: '0.21.10',
meson_version: '>= 0.49.0',
default_options: [
'c_std=c99',