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
fc9626e2
Commit
fc9626e2
authored
2 years ago
by
Max Kellermann
Committed by
Max Kellermann
2 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
increment version number to 0.23.14
parent
3bedd94f
sisyphus
0.23.15-alt1
0.23.14-alt1
gb-sisyphus-task339776.6100
gb-sisyphus-task337393.100
gb-sisyphus-task337176.300
gb-sisyphus-task334590.100
gb-sisyphus-task333607.100
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
NEWS
NEWS
+2
-0
AndroidManifest.xml
android/AndroidManifest.xml
+2
-2
meson.build
meson.build
+1
-1
No files found.
NEWS
View file @
fc9626e2
ver 0.23.14 (not yet released)
ver 0.23.13 (2023/05/22)
* input
- curl: fix busy loop after connection failed
...
...
This diff is collapsed.
Click to expand it.
android/AndroidManifest.xml
View file @
fc9626e2
...
...
@@ -2,8 +2,8 @@
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"org.musicpd"
android:installLocation=
"auto"
android:versionCode=
"7
1
"
android:versionName=
"0.23.1
2
"
>
android:versionCode=
"7
2
"
android:versionName=
"0.23.1
4
"
>
<uses-sdk
android:minSdkVersion=
"21"
android:targetSdkVersion=
"30"
/>
...
...
This diff is collapsed.
Click to expand it.
meson.build
View file @
fc9626e2
project(
'mpd',
['c', 'cpp'],
version: '0.23.1
3
',
version: '0.23.1
4
',
meson_version: '>= 0.56.0',
default_options: [
'c_std=c11',
...
...
This diff is collapsed.
Click to expand it.
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