Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
79f9b268
Commit
79f9b268
authored
Jul 12, 2022
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
increment version number to 0.23.9
parent
b45f3c8d
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
NEWS
NEWS
+2
-0
AndroidManifest.xml
android/AndroidManifest.xml
+2
-2
conf.py
doc/conf.py
+1
-1
meson.build
meson.build
+1
-1
No files found.
NEWS
View file @
79f9b268
ver 0.23.9 (not yet released)
ver 0.23.8 (2022/07/09)
ver 0.23.8 (2022/07/09)
* storage
* storage
- curl: fix crash if web server does not understand WebDAV
- curl: fix crash if web server does not understand WebDAV
...
...
android/AndroidManifest.xml
View file @
79f9b268
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"org.musicpd"
package=
"org.musicpd"
android:installLocation=
"auto"
android:installLocation=
"auto"
android:versionCode=
"6
7
"
android:versionCode=
"6
8
"
android:versionName=
"0.23.
8
"
>
android:versionName=
"0.23.
9
"
>
<uses-sdk
android:minSdkVersion=
"21"
android:targetSdkVersion=
"30"
/>
<uses-sdk
android:minSdkVersion=
"21"
android:targetSdkVersion=
"30"
/>
...
...
doc/conf.py
View file @
79f9b268
...
@@ -38,7 +38,7 @@ author = 'Max Kellermann'
...
@@ -38,7 +38,7 @@ author = 'Max Kellermann'
# built documents.
# built documents.
#
#
# The short X.Y version.
# The short X.Y version.
version
=
'0.23.
8
'
version
=
'0.23.
9
'
# The full version, including alpha/beta/rc tags.
# The full version, including alpha/beta/rc tags.
#release = version + '~git'
#release = version + '~git'
...
...
meson.build
View file @
79f9b268
project(
project(
'mpd',
'mpd',
['c', 'cpp'],
['c', 'cpp'],
version: '0.23.
8
',
version: '0.23.
9
',
meson_version: '>= 0.56.0',
meson_version: '>= 0.56.0',
default_options: [
default_options: [
'c_std=c11',
'c_std=c11',
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment