increment version number to 0.23.12
This commit is contained in:
parent
e4b055eb6d
commit
115693b046
2
NEWS
2
NEWS
|
@ -1,3 +1,5 @@
|
|||
ver 0.23.12 (not yet released)
|
||||
|
||||
ver 0.23.11 (2022/11/28)
|
||||
* database
|
||||
- simple: move default database to ~/.cache/mpd/db from ~/.cache/mpd.db
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.musicpd"
|
||||
android:installLocation="auto"
|
||||
android:versionCode="70"
|
||||
android:versionName="0.23.11">
|
||||
android:versionCode="71"
|
||||
android:versionName="0.23.12">
|
||||
|
||||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30"/>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
project(
|
||||
'mpd',
|
||||
['c', 'cpp'],
|
||||
version: '0.23.11',
|
||||
version: '0.23.12',
|
||||
meson_version: '>= 0.56.0',
|
||||
default_options: [
|
||||
'c_std=c11',
|
||||
|
|
Loading…
Reference in New Issue