diff options
author | Max Kellermann <max@musicpd.org> | 2019-05-03 20:15:33 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-05-03 20:15:33 +0200 |
commit | 478cedcadf4b45c325d9ed54481a13f13023c0b5 (patch) | |
tree | 0cc04fb8ee210c54a9ff847056bc7a4afd9b7b01 | |
parent | cabcbb059d2a8144009e9421012ff8e9be2800af (diff) |
increment version number to 0.21.9
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | android/AndroidManifest.xml | 4 | ||||
-rw-r--r-- | doc/conf.py | 2 | ||||
-rw-r--r-- | meson.build | 2 |
4 files changed, 6 insertions, 4 deletions
@@ -1,3 +1,5 @@ +ver 0.21.9 (not yet released) + ver 0.21.8 (2019/04/23) * input - smbclient: download to buffer instead of throttling transfer diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index ba343453d..57f14ac53 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="30" - android:versionName="0.21.8"> + android:versionCode="31" + android:versionName="0.21.9"> <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="26"/> diff --git a/doc/conf.py b/doc/conf.py index bf7b60eb0..d7ec62db9 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.8' +version = '0.21.9' # The full version, including alpha/beta/rc tags. release = version diff --git a/meson.build b/meson.build index 40fe2e182..3a90aa8fb 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.21.8', + version: '0.21.9', meson_version: '>= 0.49.0', default_options: [ 'c_std=c99', |