diff options
author | Max Kellermann <max@musicpd.org> | 2020-09-23 15:26:26 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-09-23 15:26:51 +0200 |
commit | 56fa7368e8ec4026fd2157b75aa3ba6fbc0889cd (patch) | |
tree | e6cebe13f4f19792fdf84268606eba77049f1e7a | |
parent | e9df4116fd3ea01739e6257b7a29adc7018b8c6c (diff) |
release v0.22v0.22
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | android/AndroidManifest.xml | 4 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -ver 0.22 (not yet released) +ver 0.22 (2020/09/23) * protocol - "findadd"/"searchadd"/"searchaddpl" support the "sort" and "window" parameters diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 746a2490f..28ec24745 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="49" - android:versionName="0.21.26"> + android:versionCode="50" + android:versionName="0.22"> <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28"/> diff --git a/meson.build b/meson.build index 8fa9dd4b3..f0497065f 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mpd', ['c', 'cpp'], - version: '0.22~git', + version: '0.22', meson_version: '>= 0.49.0', default_options: [ 'c_std=c99', |